diff --git a/poetry.lock b/poetry.lock index 735f8bc50..758fd4c2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1398,14 +1398,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"] [[package]] name = "faker" -version = "37.4.0" +version = "37.4.2" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "faker-37.4.0-py3-none-any.whl", hash = "sha256:cb81c09ebe06c32a10971d1bbdb264bb0e22b59af59548f011ac4809556ce533"}, - {file = "faker-37.4.0.tar.gz", hash = "sha256:7f69d579588c23d5ce671f3fa872654ede0e67047820255f43a4aa1925b89780"}, + {file = "faker-37.4.2-py3-none-any.whl", hash = "sha256:b70ed1af57bfe988cbcd0afd95f4768c51eaf4e1ce8a30962e127ac5c139c93f"}, + {file = "faker-37.4.2.tar.gz", hash = "sha256:8e281bbaea30e5658895b8bea21cc50d27aaf3a43db3f2694409ca5701c56b0a"}, ] [package.dependencies] @@ -5513,4 +5513,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "9e2e7f4705518f66c73036501c38ef3fef931ec5bde7e22c01947bdf9e21d3c0" +content-hash = "3596df2d9d40cdbbb09c6823515f24f0171f12ea06e39c96f243554ab5909997" diff --git a/pyproject.toml b/pyproject.toml index 0986186aa..cfe69652b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pyjwt = "==2.10.1" python-dotenv = "==1.1.1" sqlalchemy = "==2.0.41" werkzeug = "^3.0.6" -faker = "^37.4.0" +faker = "^37.4.2" async-timeout = "^5.0.1" bleach = "^6.1.0" geojson = "^3.2.0"