diff --git a/poetry.lock b/poetry.lock index 6a7efac87..5a2a8a6af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1422,14 +1422,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"] [[package]] name = "faker" -version = "40.4.0" +version = "40.5.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "faker-40.4.0-py3-none-any.whl", hash = "sha256:486d43c67ebbb136bc932406418744f9a0bdf2c07f77703ea78b58b77e9aa443"}, - {file = "faker-40.4.0.tar.gz", hash = "sha256:76f8e74a3df28c3e2ec2caafa956e19e37a132fdc7ea067bc41783affcfee364"}, + {file = "faker-40.5.1-py3-none-any.whl", hash = "sha256:c69640c1e13bad49b4bcebcbf1b52f9f1a872b6ea186c248ada34d798f1661bf"}, + {file = "faker-40.5.1.tar.gz", hash = "sha256:70222361cd82aa10cb86066d1a4e8f47f2bcdc919615c412045a69c4e6da0cd3"}, ] [package.dependencies] @@ -5962,4 +5962,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "8431b35caa9ebea33efcb05bc8a386cc787cf169bb22603714a5893ae32cc891" +content-hash = "c9b3c31bab5c4ba0cf58505bbb35612c096cc41835c61467f997ad263a28679e" diff --git a/pyproject.toml b/pyproject.toml index dc4e9a09f..8426064cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pyjwt = "==2.10.1" python-dotenv = "==1.2.1" sqlalchemy = "==2.0.46" werkzeug = "^3.1.5" -faker = "^40.4.0" +faker = "^40.5.1" async-timeout = "^5.0.1" bleach = "^6.3.0" geojson = "^3.2.0"