diff --git a/poetry.lock b/poetry.lock index fc74f41f..a2d23f6a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -501,13 +501,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "24.9.0" +version = "24.11.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.9.0-py3-none-any.whl", hash = "sha256:97c7874665e8eb7b517f97bf3b59f03bf3f07513fe2c159e98b6b9ea6b9f2b3d"}, - {file = "Faker-24.9.0.tar.gz", hash = "sha256:73b1e7967b0ceeac42fc99a8c973bb49e4499cc4044d20d17ab661d5cb7eda1d"}, + {file = "Faker-24.11.0-py3-none-any.whl", hash = "sha256:adb98e771073a06bdc5d2d6710d8af07ac5da64c8dc2ae3b17bb32319e66fd82"}, + {file = "Faker-24.11.0.tar.gz", hash = "sha256:34b947581c2bced340c39b35f89dbfac4f356932cfff8fe893bde854903f0e6e"}, ] [package.dependencies] @@ -1674,4 +1674,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e8642244c867f194816cf39ac9b118bc744af3fe3882b7c1d9b9306912133a89" +content-hash = "042aacc990bfa460cff2693f575f7c4730a5229998ea0f241acd217762b2b27c" diff --git a/pyproject.toml b/pyproject.toml index 03322a8b..9768b92a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^3.4.0" pytest-cov = "^5.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.23.5" -Faker = "^24.9.0" +Faker = "^24.11.0" unasync-cli = "^0.0.9" python-semantic-release = "^9.4.1"