diff --git a/poetry.lock b/poetry.lock index a77d9cf0a..f8d87da9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4049,13 +4049,13 @@ toucan-client = ">=1.1.0,<2.0.0" [[package]] name = "types-pyopenssl" -version = "23.3.0.0" +version = "23.3.0.20240106" description = "Typing stubs for pyOpenSSL" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "types-pyOpenSSL-23.3.0.0.tar.gz", hash = "sha256:5ffb077fe70b699c88d5caab999ae80e192fe28bf6cda7989b7e79b1e4e2dcd3"}, - {file = "types_pyOpenSSL-23.3.0.0-py3-none-any.whl", hash = "sha256:00171433653265843b7469ddb9f3c86d698668064cc33ef10537822156130ebf"}, + {file = "types-pyOpenSSL-23.3.0.20240106.tar.gz", hash = "sha256:3d6f3462bec0c260caadf93fbb377225c126661b779c7d9ab99b6dad5ca10db9"}, + {file = "types_pyOpenSSL-23.3.0.20240106-py3-none-any.whl", hash = "sha256:47a7eedbd18b7bcad17efebf1c53416148f5a173918a6d75027e75e32fe039ae"}, ] [package.dependencies] @@ -4510,4 +4510,4 @@ toucan-toco = ["toucan-client"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "9bf2cf2b54c791edcd1b7d29918d3f6ee261e165c61f03e79a38caa936a75c9e" +content-hash = "fcf50d822159c9dc911498f425b107f1c169efe9f0f644ebc0edf2d30ade7c49" diff --git a/pyproject.toml b/pyproject.toml index 31e575b49..ba4923ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ pandas-stubs = "^2.1.4.231227" types-requests = "^2.31.0.6" types-simplejson = "^3.19.0.2" types-python-slugify = "^8.0.0.3" -types-pyopenssl = "^23.3.0.0" +types-pyopenssl = "^23.3.0.20240106" [tool.poetry.extras] adobe = ["adobe-analytics"]