diff --git a/poetry.lock b/poetry.lock index fe004f29..2340dd91 100644 --- a/poetry.lock +++ b/poetry.lock @@ -605,13 +605,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "28.0.0" +version = "28.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-28.0.0-py3-none-any.whl", hash = "sha256:6a3a08be54c37e05f7943d7ba5211d252c1de737687a46ad6f29209d8d5db11f"}, - {file = "faker-28.0.0.tar.gz", hash = "sha256:0d3c0399204aaf8205cc1750db443474ca0436f177126b2c27b798e8336cc74f"}, + {file = "Faker-28.1.0-py3-none-any.whl", hash = "sha256:b17d69312ef6485a720e21bffa997668c88876a5298b278e903ba706243c9c6b"}, + {file = "faker-28.1.0.tar.gz", hash = "sha256:bc460a0e6020966410d0b276043879abca0fac51890f3324bc254bb0a383ee3a"}, ] [package.dependencies] @@ -2431,4 +2431,4 @@ tortoise = ["tortoise-orm"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "3a426ba296427b4a9bf32475fc5dd17924e31f11d634ccb3805ae79f89ec649f" +content-hash = "eb58eb21583ad7f53faaffe1db1b991761d20c730eb9ce1d557e487e185a9008" diff --git a/pyproject.toml b/pyproject.toml index a646aa94..b03a5e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ pytest-cov = "^5.0.0" pytest-asyncio = "^0.21.1" flaky = "^3.8.1" pre-commit = "^3.5.0" -Faker = "^28.0.0" +Faker = "^28.1.0" psycopg2-binary = "^2.9.9" mkdocs = "^1.6.1" mkdocs-material = "^9.5.33"