diff --git a/poetry.lock b/poetry.lock index aed7eb81..b607ccb6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "alabaster" @@ -1801,13 +1801,13 @@ test = ["pytest", "pytest-cov"] [[package]] name = "sphinx-intl" -version = "2.1.0" +version = "2.2.0" description = "Sphinx utility that make it easy to translate and to apply translation." optional = false python-versions = ">=3.7" files = [ - {file = "sphinx-intl-2.1.0.tar.gz", hash = "sha256:9d9849ae42515b39786824e99f1e30db0404c377b01bb022690fc932b0221c02"}, - {file = "sphinx_intl-2.1.0-py3-none-any.whl", hash = "sha256:9798946b995989de691387651d70c3fc191275b587e2e519655541edfd7bbd68"}, + {file = "sphinx_intl-2.2.0-py3-none-any.whl", hash = "sha256:56ad5f360fae4aa1cb963448c802f141b55c87223bb32a7b29e936620bd1a381"}, + {file = "sphinx_intl-2.2.0.tar.gz", hash = "sha256:66976a85d31624dfcb564059a6918f90b31669269bfe3f30b2d72e81f225ab20"}, ] [package.dependencies] @@ -1817,7 +1817,7 @@ setuptools = "*" sphinx = "*" [package.extras] -test = ["mock", "pytest", "six"] +test = ["mock", "pytest"] [[package]] name = "sphinx-rtd-theme" @@ -2273,4 +2273,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "34ca002283fbfeb1f65a8c3ccb5294d20e2aceff1e603a9d37f159fb196bece8" +content-hash = "fb7d3068237e27af3d3e7fdf8f84c7714b75912a3eb465ff53e203fe025e78d5" diff --git a/pyproject.toml b/pyproject.toml index 89b17096..c207e710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ mysqlclient = "^2.0" safety = "^2.0" sphinx = "^4.0" sphinx-autobuild = "^2021.0" -sphinx-intl = "^2.0" +sphinx-intl = "^2.2" sphinx-rtd-theme = "^1.0" mypy = "^1.0" types-pytz = "^2023.0"