From 268889b4bbdc6ba018dd90b03250e65a08ea0138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 17:28:50 -0500 Subject: [PATCH] Bump faker from 39.0.0 to 40.1.0 (#2149) Bumps [faker](https://github.com/joke2k/faker) from 39.0.0 to 40.1.0. - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](https://github.com/joke2k/faker/compare/v39.0.0...v40.1.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index eb1541971..edf5b39b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1458,14 +1458,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"] [[package]] name = "faker" -version = "39.0.0" +version = "40.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "faker-39.0.0-py3-none-any.whl", hash = "sha256:c72f1fca8f1a24b8da10fcaa45739135a19772218ddd61b86b7ea1b8c790dce7"}, - {file = "faker-39.0.0.tar.gz", hash = "sha256:ddae46d3b27e01cea7894651d687b33bcbe19a45ef044042c721ceac6d3da0ff"}, + {file = "faker-40.1.0-py3-none-any.whl", hash = "sha256:a616d35818e2a2387c297de80e2288083bc915e24b7e39d2fb5bc66cce3a929f"}, + {file = "faker-40.1.0.tar.gz", hash = "sha256:c402212a981a8a28615fea9120d789e3f6062c0c259a82bfb8dff5d273e539d2"}, ] [package.dependencies] @@ -6004,4 +6004,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 = "ba4d8c01121b234215a905ddfc4d937c39989181bfb8068a6950a477fd0b1168" +content-hash = "ea8549014064f756bf5d66c34226f661cf5a691ff689feba77ab7ce7d63c3fd3" diff --git a/pyproject.toml b/pyproject.toml index c63e5d91f..243711982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pyjwt = "==2.10.1" python-dotenv = "==1.2.1" sqlalchemy = "==2.0.45" werkzeug = "^3.1.4" -faker = "^39.0.0" +faker = "^40.1.0" async-timeout = "^5.0.1" bleach = "^6.3.0" geojson = "^3.2.0"