diff --git a/poetry.lock b/poetry.lock index dd60fac5..7da55c2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -208,7 +208,7 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "15.3.2" +version = "15.3.3" 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 = "65697c220896b06c888c31057caa615d512813f31568d9e351a6a8505011e241" +content-hash = "b972a1dcb2d50f91dd4d7bb9101618e0abd7700ab27f52c85e7eabe62691cc5e" [metadata.files] anyio = [ @@ -1249,8 +1249,8 @@ exceptiongroup = [ {file = "exceptiongroup-1.0.0rc9.tar.gz", hash = "sha256:9086a4a21ef9b31c72181c77c040a074ba0889ee56a7b289ff0afb0d97655f96"}, ] faker = [ - {file = "Faker-15.3.2-py3-none-any.whl", hash = "sha256:43da04aae745018e8bded768e74c84423d9dc38e4c498a53439e749d90e20bc0"}, - {file = "Faker-15.3.2.tar.gz", hash = "sha256:0094fe3340ad73c490d3ffccc59cc171b161acfccccd52925c70970ba23e6d6b"}, + {file = "Faker-15.3.3-py3-none-any.whl", hash = "sha256:b95b2423ef18d17dcd5977732a0bf0fbbde4937f10dce24ff804581f7f3ca4e9"}, + {file = "Faker-15.3.3.tar.gz", hash = "sha256:20d090e661bbe88a5d801ea5eb3d853564940352120c84c9a14968847aca2893"}, ] filelock = [ {file = "filelock-3.7.1-py3-none-any.whl", hash = "sha256:37def7b658813cda163b56fc564cdc75e86d338246458c4c28ae84cabefa2404"}, diff --git a/pyproject.toml b/pyproject.toml index c59bbce8..caf7007b 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.2" +Faker = "^15.3.3" unasync-cli = "^0.0.9" python-semantic-release = "^7.32.2"