diff --git a/poetry.lock b/poetry.lock index bd98435..68e8cdb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2889,14 +2889,14 @@ test = ["cython", "html5lib", "pytest (>=4.6)"] [[package]] name = "sphinx-autodoc-typehints" -version = "1.21.4" +version = "1.21.5" description = "Type hints (PEP 484) support for the Sphinx autodoc extension" category = "main" optional = true python-versions = ">=3.7" files = [ - {file = "sphinx_autodoc_typehints-1.21.4-py3-none-any.whl", hash = "sha256:9c94e4f64ac2c459241654662b4969a21b5b8e0488e3a4a32d342d34ce4e312f"}, - {file = "sphinx_autodoc_typehints-1.21.4.tar.gz", hash = "sha256:5e9cdea8604f4769eb667f6561336cee5132df8e01b14832aa20b3210843f16e"}, + {file = "sphinx_autodoc_typehints-1.21.5-py3-none-any.whl", hash = "sha256:6e92f9697a64a09782266eb7e17afd6b54833cd698ba65f4d7916d87b33ade7e"}, + {file = "sphinx_autodoc_typehints-1.21.5.tar.gz", hash = "sha256:72ea273cf49c00c4b87432e1ad23d002a785bdf0ed49c034fdd6b4c0888f0c52"}, ] [package.dependencies] @@ -3169,14 +3169,14 @@ files = [ [[package]] name = "types-pyopenssl" -version = "23.0.0.1" +version = "23.0.0.2" description = "Typing stubs for pyOpenSSL" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-pyOpenSSL-23.0.0.1.tar.gz", hash = "sha256:cb317e92f75e8b01d1ad4e89cac92062e8eed563205b9762c1ddd82603a056c4"}, - {file = "types_pyOpenSSL-23.0.0.1-py3-none-any.whl", hash = "sha256:09c2dbbfb743282ba3d71c24a4e90f8b5f2c90f21771ff43ca46de6c4896bf77"}, + {file = "types-pyOpenSSL-23.0.0.2.tar.gz", hash = "sha256:2e95f9a667d5eeb0af699196f857f7d23d5b4d642437bd37355bc13a87e9f4ae"}, + {file = "types_pyOpenSSL-23.0.0.2-py3-none-any.whl", hash = "sha256:ea7e5d06f9190a1cb013ad4b13d48896e5cd1e785c04491f38b206d1bc4b8dc1"}, ] [package.dependencies] @@ -3196,14 +3196,14 @@ files = [ [[package]] name = "types-redis" -version = "4.4.0.2" +version = "4.4.0.3" description = "Typing stubs for redis" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-redis-4.4.0.2.tar.gz", hash = "sha256:c6068a1f1c9d663413cfb6130d17c9c192b1d95f6285b8f6dd75468a39197fbf"}, - {file = "types_redis-4.4.0.2-py3-none-any.whl", hash = "sha256:2dc67246f3a55c65b8096d610ad403cbc9f564532cbde04583dad6874b7ebed3"}, + {file = "types-redis-4.4.0.3.tar.gz", hash = "sha256:99fc86307fb19b775a0ad5de91d2fc0ccdb9a2be7ac790f4553911d2f2abdf61"}, + {file = "types_redis-4.4.0.3-py3-none-any.whl", hash = "sha256:fc25550bc108908a32bb47cfdecde8d2155b6b7e40688af99a4bacbd7e3e857e"}, ] [package.dependencies] @@ -3514,4 +3514,4 @@ virustotal = ["validators"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "eff5402b057805b5f55c54b93fb26ac4d01e278cb2ea6197432ef5f2a8baf650" +content-hash = "be2858276098bb2905d9eaf2d2d4d78a0e022d21a2faa97a1b3869f7e30f1a26" diff --git a/pyproject.toml b/pyproject.toml index a31822e..9377c42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pydeep2 = {version = "^0.5.1", optional = true} lief = {version = "^0.12.3", optional = true} beautifulsoup4 = {version = "^4.11.1", optional = true} validators = {version = "^0.20.0", optional = true} -sphinx-autodoc-typehints = {version = "^1.21.4", optional = true} +sphinx-autodoc-typehints = {version = "^1.21.5", optional = true} recommonmark = {version = "^0.7.1", optional = true} reportlab = {version = "^3.6.12", optional = true} pyfaup = {version = "^1.2", optional = true} @@ -79,7 +79,7 @@ ipython = "^8.8.0" jupyterlab = "^3.5.2" types-requests = "^2.28.11.8" types-python-dateutil = "^2.8.19.6" -types-redis = "^4.4.0.2" +types-redis = "^4.4.0.3" types-Flask = "^1.1.6" pytest-cov = "^4.0.0"