diff --git a/poetry.lock b/poetry.lock index 7da55c2c..4331d910 100644 --- a/poetry.lock +++ b/poetry.lock @@ -208,7 +208,7 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "15.3.3" +version = "15.3.4" description = "Faker is a Python package that generates fake data for you." category = "dev" optional = false @@ -1024,7 +1024,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "b972a1dcb2d50f91dd4d7bb9101618e0abd7700ab27f52c85e7eabe62691cc5e" +content-hash = "636a220a78fc69b01d1d0aa1a9e341899072067fcb73f4bdfa67360ee9bce7f4" [metadata.files] anyio = [ @@ -1249,8 +1249,8 @@ exceptiongroup = [ {file = "exceptiongroup-1.0.0rc9.tar.gz", hash = "sha256:9086a4a21ef9b31c72181c77c040a074ba0889ee56a7b289ff0afb0d97655f96"}, ] faker = [ - {file = "Faker-15.3.3-py3-none-any.whl", hash = "sha256:b95b2423ef18d17dcd5977732a0bf0fbbde4937f10dce24ff804581f7f3ca4e9"}, - {file = "Faker-15.3.3.tar.gz", hash = "sha256:20d090e661bbe88a5d801ea5eb3d853564940352120c84c9a14968847aca2893"}, + {file = "Faker-15.3.4-py3-none-any.whl", hash = "sha256:c2a2ff9dd8dfd991109b517ab98d5cb465e857acb45f6b643a0e284a9eb2cc76"}, + {file = "Faker-15.3.4.tar.gz", hash = "sha256:2d5443724f640ce07658ca8ca8bbd40d26b58914e63eec6549727869aa67e2cc"}, ] filelock = [ {file = "filelock-3.7.1-py3-none-any.whl", hash = "sha256:37def7b658813cda163b56fc564cdc75e86d338246458c4c28ae84cabefa2404"}, diff --git a/pyproject.toml b/pyproject.toml index caf7007b..02d6aa3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^2.20.0" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.20.2" -Faker = "^15.3.3" +Faker = "^15.3.4" unasync-cli = "^0.0.9" python-semantic-release = "^7.32.2"