diff --git a/poetry.lock b/poetry.lock index ad3f521c..ad180acf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -501,13 +501,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "24.4.0" +version = "24.9.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.4.0-py3-none-any.whl", hash = "sha256:998c29ee7d64429bd59204abffa9ba11f784fb26c7b9df4def78d1a70feb36a7"}, - {file = "Faker-24.4.0.tar.gz", hash = "sha256:a5ddccbe97ab691fad6bd8036c31f5697cfaa550e62e000078d1935fa8a7ec2e"}, + {file = "Faker-24.9.0-py3-none-any.whl", hash = "sha256:97c7874665e8eb7b517f97bf3b59f03bf3f07513fe2c159e98b6b9ea6b9f2b3d"}, + {file = "Faker-24.9.0.tar.gz", hash = "sha256:73b1e7967b0ceeac42fc99a8c973bb49e4499cc4044d20d17ab661d5cb7eda1d"}, ] [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 = "58473a6c4bcbbcd42b5ee3c78ec586b991e5e549e5c6277dba51a4858fb28464" +content-hash = "e8642244c867f194816cf39ac9b118bc744af3fe3882b7c1d9b9306912133a89" diff --git a/pyproject.toml b/pyproject.toml index 2d11d64d..03322a8b 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.4.0" +Faker = "^24.9.0" unasync-cli = "^0.0.9" python-semantic-release = "^9.4.1"