diff --git a/poetry.lock b/poetry.lock index e1ad6b26a..98ee53532 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1381,18 +1381,18 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"] [[package]] name = "faker" -version = "26.3.0" +version = "37.1.0" description = "Faker is a Python package that generates fake data for you." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "Faker-26.3.0-py3-none-any.whl", hash = "sha256:97fe1e7e953dd640ca2cd4dfac4db7c4d2432dd1b7a244a3313517707f3b54e9"}, - {file = "Faker-26.3.0.tar.gz", hash = "sha256:7c10ebdf74aaa0cc4fe6ec6db5a71e8598ec33503524bd4b5f4494785a5670dd"}, + {file = "faker-37.1.0-py3-none-any.whl", hash = "sha256:dc2f730be71cb770e9c715b13374d80dbcee879675121ab51f9683d262ae9a1c"}, + {file = "faker-37.1.0.tar.gz", hash = "sha256:ad9dc66a3b84888b837ca729e85299a96b58fdaef0323ed0baace93c9614af06"}, ] [package.dependencies] -python-dateutil = ">=2.4" +tzdata = "*" [[package]] name = "fastjsonschema" @@ -5330,4 +5330,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "67672d8f51aa896d11154ba4f49087ef3c6372284f41c660e82be867ba184c0d" +content-hash = "b106a3fce6dc2b924ade19f288539e6f1e2b046f3373e6181ed9fcbc4d828bbe" diff --git a/pyproject.toml b/pyproject.toml index b0db73f87..5646ff214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pyjwt = "==2.10.1" python-dotenv = "==1.0.1" sqlalchemy = "==2.0.31" werkzeug = "^3.0.6" -faker = "^26.0.0" +faker = "^37.1.0" async-timeout = "^5.0.1" bleach = "^6.1.0" geojson = "^3.2.0"