diff --git a/poetry.lock b/poetry.lock index 377c4875e..61177007d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1372,14 +1372,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"] [[package]] name = "faker" -version = "37.6.0" +version = "37.8.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "faker-37.6.0-py3-none-any.whl", hash = "sha256:3c5209b23d7049d596a51db5d76403a0ccfea6fc294ffa2ecfef6a8843b1e6a7"}, - {file = "faker-37.6.0.tar.gz", hash = "sha256:0f8cc34f30095184adf87c3c24c45b38b33ad81c35ef6eb0a3118f301143012c"}, + {file = "faker-37.8.0-py3-none-any.whl", hash = "sha256:b08233118824423b5fc239f7dd51f145e7018082b4164f8da6a9994e1f1ae793"}, + {file = "faker-37.8.0.tar.gz", hash = "sha256:090bb5abbec2b30949a95ce1ba6b20d1d0ed222883d63483a0d4be4a970d6fb8"}, ] [package.dependencies] @@ -5685,4 +5685,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "9b6d15dc86c70637f2a5d0c705f4c4cda2f4d4d7176af582ea66c51db5fcb171" +content-hash = "dcc8352953ad18b3515b437b39e8ff47e6f6737a1eb0ef0d8111f72843faddb8" diff --git a/pyproject.toml b/pyproject.toml index 81a6dad0a..d321cefde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pyjwt = "==2.10.1" python-dotenv = "==1.1.1" sqlalchemy = "==2.0.43" werkzeug = "^3.0.6" -faker = "^37.6.0" +faker = "^37.8.0" async-timeout = "^5.0.1" bleach = "^6.1.0" geojson = "^3.2.0"