diff --git a/poetry.lock b/poetry.lock index 060927fe..a1e3b53b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -501,13 +501,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "faker" -version = "20.1.0" +version = "22.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-20.1.0-py3-none-any.whl", hash = "sha256:aeb3e26742863d1e387f9d156f1c36e14af63bf5e6f36fb39b8c27f6a903be38"}, - {file = "Faker-20.1.0.tar.gz", hash = "sha256:562a3a09c3ed3a1a7b20e13d79f904dfdfc5e740f72813ecf95e4cf71e5a2f52"}, + {file = "Faker-22.0.0-py3-none-any.whl", hash = "sha256:9c22c0a734ca01c6e4f2259eab5dab9081905a9d67b27272aea5c9feeb5a3789"}, + {file = "Faker-22.0.0.tar.gz", hash = "sha256:1d5dc0a75da7bc40741ee4c84d99dc087b97bd086d4222ad06ac4dd2219bcf3f"}, ] [package.dependencies] @@ -2389,19 +2389,19 @@ files = [ [[package]] name = "urllib3" -version = "1.26.18" +version = "2.1.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = ">=3.8" files = [ - {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, - {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, + {file = "urllib3-2.1.0-py3-none-any.whl", hash = "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3"}, + {file = "urllib3-2.1.0.tar.gz", hash = "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54"}, ] [package.extras] -brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] -secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] -socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] +brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] +socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "urwid" @@ -2597,4 +2597,4 @@ sqlalchemy = ["SQLAlchemy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "3dcace6b876be25cc4f81c371bec6a007f1173b74d887cdf05fb6f8ecf256a42" +content-hash = "92852355c9a48a7ed4153f9f0f795febb93692d485eef3cecafb9b062965e49b" diff --git a/pyproject.toml b/pyproject.toml index 9aef8cd9..91cb38e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ pydantic = ">=2.0.0,<3.0.0" python = ">=3.9,<4.0" [tool.poetry.dev-dependencies] -Faker = "^20.0.0" +Faker = "^22.0.0" SQLAlchemy-Utils = "^0.41.0" aiosqlite = "^0.19.0" bandit = "^1.7.5" @@ -132,7 +132,7 @@ all = ["mongoengine", "SQLAlchemy"] [tool.poetry.group.dev.dependencies] nox = "^2023.0.0" ruff = "^0.1.0" -urllib3 = "<=2.0" +urllib3 = "<=2.1.0" [build-system] build-backend = "poetry.core.masonry.api"