diff --git a/poetry.lock b/poetry.lock index cf7556e..1055177 100644 --- a/poetry.lock +++ b/poetry.lock @@ -595,13 +595,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "22.1.0" +version = "22.2.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-22.1.0-py3-none-any.whl", hash = "sha256:d1b8fe8e8fc96d816294a301741940c2229dcf1f5dd1231805666e4005cc6353"}, - {file = "Faker-22.1.0.tar.gz", hash = "sha256:3cd0e04ed7da1bb8037afc40d1127d19e0ac4afac247a1fe1d8dde9b5c6d6e5b"}, + {file = "Faker-22.2.0-py3-none-any.whl", hash = "sha256:2c2b7a8e55368defd718226bd5b48ef31b2d082c2900ccb4200987e433be500e"}, + {file = "Faker-22.2.0.tar.gz", hash = "sha256:fab78f435d27fa7bd109b095eea3504477e4149051c903fd63f11ce252e3d9b7"}, ] [package.dependencies] @@ -2261,4 +2261,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "8df7655e85ccf835e35e1697b2503a89f90b7029cd5962292b9dfd11e58fda12" +content-hash = "8ebafe733535b0c8d65278c1a8e1bdf82ddb210357b15001f6115edab3dd3716" diff --git a/pyproject.toml b/pyproject.toml index 3987d9c..ca517ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ python-multipart = "^0.0.6" [tool.poetry.group.dev.dependencies] pytest-dotenv = "^0.5.2" pytest = "^7.4.3" -faker = "^22.0.0" +faker = "^22.2.0" isort = "^5.13.2" autoflake = "^2.2.1" pyupgrade = "^3.15.0"