diff --git a/poetry.lock b/poetry.lock index 3443afc..ca60533 100644 --- a/poetry.lock +++ b/poetry.lock @@ -197,15 +197,18 @@ sphinx-basic-ng = ">=1.0.0.beta2" [[package]] name = "idna" -version = "3.8" +version = "3.10" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.6" files = [ - {file = "idna-3.8-py3-none-any.whl", hash = "sha256:050b4e5baadcd44d760cedbd2b8e639f2ff89bbc7a5730fcc662954303377aac"}, - {file = "idna-3.8.tar.gz", hash = "sha256:d838c2c0ed6fced7693d5e8ab8e734d5f8fda53a039c0164afb0b82e771e3603"}, + {file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"}, + {file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"}, ] +[package.extras] +all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"] + [[package]] name = "imagesize" version = "1.4.1" @@ -559,13 +562,13 @@ test = ["pytest"] [[package]] name = "urllib3" -version = "2.2.2" +version = "2.2.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, - {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, + {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, + {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, ] [package.extras] @@ -577,4 +580,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "bd8853018cb5a0839dbf6b04d8c559a8776ac6c0745d7d3339d1733a32be02a0" +content-hash = "738f63aa51987f5eb1dc0b0c2340de95a056277ff0c86327467b95b0fe6bc528" diff --git a/pyproject.toml b/pyproject.toml index 052e271..7aa08d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,10 +10,12 @@ readme = "README.rst" python = "^3.12" requests = "^2.32.3" pycryptodome = "^3.20.0" + + +[tool.poetry.group.dev.dependencies] sphinx = "^8.0.2" furo = "^2024.8.6" - [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"