diff --git a/poetry.lock b/poetry.lock index 7af1373..ee9456b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "appdirs" @@ -296,13 +296,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "33.1.0" +version = "35.2.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-33.1.0-py3-none-any.whl", hash = "sha256:d30c5f0e2796b8970de68978365247657486eb0311c5abe88d0b895b68dff05d"}, - {file = "faker-33.1.0.tar.gz", hash = "sha256:1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4"}, + {file = "Faker-35.2.0-py3-none-any.whl", hash = "sha256:609abe555761ff31b0e5e16f958696e9b65c9224a7ac612ac96bfc2b8f09fe35"}, + {file = "faker-35.2.0.tar.gz", hash = "sha256:28c24061780f83b45d9cb15a72b8f143b09d276c9ff52eb557744b7a89e8ba19"}, ] [package.dependencies] @@ -1533,4 +1533,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "74985391b4dd519875270b7c16925b5eb88b13f02a072717a21213be566eb243" +content-hash = "1266534d6c33bf73ffbbc164e0ef3ef95b3d13447b05a3336e78891bdec7010c" diff --git a/pyproject.toml b/pyproject.toml index 7b9d0db..6fc522b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ sqlalchemy = "2.0.36" [tool.poetry.group.dev.dependencies] pytest = "8.3.4" -faker = "33.1.0" +faker = "35.2.0" tox = "4.23.2" mypy = "1.13.0" ruff = "0.8.3"