diff --git a/poetry.lock b/poetry.lock index f2c892ecc..4cde77290 100644 --- a/poetry.lock +++ b/poetry.lock @@ -12,18 +12,6 @@ files = [ {file = "alabaster-0.7.13.tar.gz", hash = "sha256:a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2"}, ] -[[package]] -name = "appdirs" -version = "1.4.4" -description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -optional = false -python-versions = "*" -groups = ["main"] -files = [ - {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"}, - {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"}, -] - [[package]] name = "astroid" version = "2.11.7" @@ -967,4 +955,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.1" python-versions = ">=3.6.5" -content-hash = "5000b7799750aee6806e100abe2246c1d207b9d4444a1c47ad76d343598e9099" +content-hash = "0d5fd126843b2155bfd8c4d501d3dd62c874a05457ead367debb1534712e5f40" diff --git a/pyproject.toml b/pyproject.toml index 05ad58922..b2de6967d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,6 @@ classifiers = [ dependencies = [ "requests >= 2.27.1", "Unidecode >= 1.3.0", - "appdirs >=1, <2", ] [project.urls] @@ -42,7 +41,6 @@ packages = [ python = ">=3.6.5" requests = "^2.27" Unidecode = "^1.3" -appdirs = "^1.4" [tool.poetry.group.dev.dependencies] sphinx = "*"