From f9322ecfa23b1d06c22eec2ddc8999beafbec41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:59:20 -0500 Subject: [PATCH] Bump faker from 40.1.2 to 40.4.0 (#2213) Bumps [faker](https://github.com/joke2k/faker) from 40.1.2 to 40.4.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/v40.1.2...v40.4.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 18512c771..4d93c73a0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1422,14 +1422,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"] [[package]] name = "faker" -version = "40.1.2" +version = "40.4.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "faker-40.1.2-py3-none-any.whl", hash = "sha256:93503165c165d330260e4379fd6dc07c94da90c611ed3191a0174d2ab9966a42"}, - {file = "faker-40.1.2.tar.gz", hash = "sha256:b76a68163aa5f171d260fc24827a8349bc1db672f6a665359e8d0095e8135d30"}, + {file = "faker-40.4.0-py3-none-any.whl", hash = "sha256:486d43c67ebbb136bc932406418744f9a0bdf2c07f77703ea78b58b77e9aa443"}, + {file = "faker-40.4.0.tar.gz", hash = "sha256:76f8e74a3df28c3e2ec2caafa956e19e37a132fdc7ea067bc41783affcfee364"}, ] [package.dependencies] @@ -5978,4 +5978,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 = "a6246396ca6271a8232a5790ae40a5222cb6fc9a93ce7e2db3f41843b4c2fef0" +content-hash = "765baf907caf4cbc61e01726cce90e1ff85f74b59c88428c62f2defd2b4d6750" diff --git a/pyproject.toml b/pyproject.toml index 295235f78..269a68dfd 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.1.0" +faker = "^40.4.0" async-timeout = "^5.0.1" bleach = "^6.3.0" geojson = "^3.2.0"