diff --git a/poetry.lock b/poetry.lock index f40367b1..d3158da1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -534,14 +534,14 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "17.0.0" +version = "17.3.0" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "Faker-17.0.0-py3-none-any.whl", hash = "sha256:21c3c6c45183308151c14f62afe59bf54ace68f663e0180973698ba2a9a3b2c4"}, - {file = "Faker-17.0.0.tar.gz", hash = "sha256:17cf85aeb0363a3384ccd4c1f52b52ec8f414c7afaab74ae1f4c3e09a06e14de"}, + {file = "Faker-17.3.0-py3-none-any.whl", hash = "sha256:1dfffa43b4492b899a839619f2056060b585ba0bc76f329525194ca04dde0988"}, + {file = "Faker-17.3.0.tar.gz", hash = "sha256:26b2864a5332094f2c7f3968deebabce69be39ed5db4dbf22b4fa0ba3d1acdae"}, ] [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 = "4868ab9adc0a55d9cda6286963c93946b1ed70cbd1e52aac8ebbd48c3cd2fd15" +content-hash = "744238f5bc55fca360f15283223f9b96f70a9274ec7e8bba7f2c21fecc8d59d5" diff --git a/pyproject.toml b/pyproject.toml index 83b20424..a4e8f400 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^3.1.1" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.20.3" -Faker = "^17.0.0" +Faker = "^17.3.0" unasync-cli = "^0.0.9" python-semantic-release = "^7.33.1"