diff --git a/poetry.lock b/poetry.lock index ee470fa4..1fb30792 100644 --- a/poetry.lock +++ b/poetry.lock @@ -534,14 +534,14 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "16.8.1" +version = "17.0.0" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "Faker-16.8.1-py3-none-any.whl", hash = "sha256:64dcf95eee9f00d2547f29f6762aec80fc3ccbe3752bfa2c45082a6e2cc4d74a"}, - {file = "Faker-16.8.1.tar.gz", hash = "sha256:ad181f6f9cdc0f7d70ea6eaea35ab4b6549391fbaaea7629cc567aeb2757d296"}, + {file = "Faker-17.0.0-py3-none-any.whl", hash = "sha256:21c3c6c45183308151c14f62afe59bf54ace68f663e0180973698ba2a9a3b2c4"}, + {file = "Faker-17.0.0.tar.gz", hash = "sha256:17cf85aeb0363a3384ccd4c1f52b52ec8f414c7afaab74ae1f4c3e09a06e14de"}, ] [package.dependencies] @@ -1834,4 +1834,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f13cb44f40f6b15eac64a4901b284629381611d676a83d3d18d1dabb474cb1ce" +content-hash = "e0d4b52e1a6ab3acad2c7d63ad1917011a43a6d0cc8708996028554139a74a5d" diff --git a/pyproject.toml b/pyproject.toml index 9dbff86d..95ac1be1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^3.0.4" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.20.3" -Faker = "^16.8.1" +Faker = "^17.0.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.33.1"