diff --git a/poetry.lock b/poetry.lock index fc74f41f..ad9fd943 100644 --- a/poetry.lock +++ b/poetry.lock @@ -501,13 +501,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "24.9.0" +version = "24.14.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.14.0-py3-none-any.whl", hash = "sha256:7692aa95155109b9348ab94afddd9049df41db64baa4ba6736653e947b52378e"}, + {file = "Faker-24.14.0.tar.gz", hash = "sha256:13676b71346608350accc56e302d55ab7fca0db3f739145c3a3157d9623658a5"}, ] [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 = "54b163d89db9e5baf46eaf50e6e6c5e60a4e5dea4d5eb06f5b942ebfb702b4e9" diff --git a/pyproject.toml b/pyproject.toml index 03322a8b..dd58f78f 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.14.0" unasync-cli = "^0.0.9" python-semantic-release = "^9.4.1"