diff --git a/poetry.lock b/poetry.lock index 84791091..c77ce127 100644 --- a/poetry.lock +++ b/poetry.lock @@ -506,13 +506,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "19.3.0" +version = "19.6.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-19.3.0-py3-none-any.whl", hash = "sha256:bee54278d6e1289573317604ab6f4782acca724396bf261eaf1890de228e553d"}, - {file = "Faker-19.3.0.tar.gz", hash = "sha256:7d6ed00de3eef9bd57504500c67ee034cab959e4248f9c24aca33e08af82ca93"}, + {file = "Faker-19.6.0-py3-none-any.whl", hash = "sha256:7cf705758f6cc5dd31f628e323f306a6d881e9a8a103f1e32e5f30a4cad0974c"}, + {file = "Faker-19.6.0.tar.gz", hash = "sha256:d79d5ea59f31e00fbb882546840a4adb2fd0bae99b103db1ba5869f176bc530b"}, ] [package.dependencies] @@ -1834,4 +1834,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b98cc3f6d0ca0c1703e178f2d6866336c4d954c175ca16a6f9cd0fd23700757a" +content-hash = "74b9b882521601e1714bdb1639a5e0cf2284d0773a334b5a2b27631810992efa" diff --git a/pyproject.toml b/pyproject.toml index 1b2f1efe..25e72fcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^3.2.2" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.21.1" -Faker = "^19.3.0" +Faker = "^19.6.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.34.6"