Bump faker from 40.4.0 to 40.5.1 (#2235)

Bumps [faker](https://github.com/joke2k/faker) from 40.4.0 to 40.5.1.
- [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.4.0...v40.5.1)

---
updated-dependencies:
- dependency-name: faker
  dependency-version: 40.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-02-26 17:02:19 +00:00
committed by GitHub
parent d6c216c157
commit ff2e8a1c17
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -1422,14 +1422,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"]
[[package]]
name = "faker"
version = "40.4.0"
version = "40.5.1"
description = "Faker is a Python package that generates fake data for you."
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "faker-40.4.0-py3-none-any.whl", hash = "sha256:486d43c67ebbb136bc932406418744f9a0bdf2c07f77703ea78b58b77e9aa443"},
{file = "faker-40.4.0.tar.gz", hash = "sha256:76f8e74a3df28c3e2ec2caafa956e19e37a132fdc7ea067bc41783affcfee364"},
{file = "faker-40.5.1-py3-none-any.whl", hash = "sha256:c69640c1e13bad49b4bcebcbf1b52f9f1a872b6ea186c248ada34d798f1661bf"},
{file = "faker-40.5.1.tar.gz", hash = "sha256:70222361cd82aa10cb86066d1a4e8f47f2bcdc919615c412045a69c4e6da0cd3"},
]
[package.dependencies]
@@ -5962,4 +5962,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 = "8431b35caa9ebea33efcb05bc8a386cc787cf169bb22603714a5893ae32cc891"
content-hash = "c9b3c31bab5c4ba0cf58505bbb35612c096cc41835c61467f997ad263a28679e"

View File

@@ -45,7 +45,7 @@ pyjwt = "==2.10.1"
python-dotenv = "==1.2.1"
sqlalchemy = "==2.0.46"
werkzeug = "^3.1.5"
faker = "^40.4.0"
faker = "^40.5.1"
async-timeout = "^5.0.1"
bleach = "^6.3.0"
geojson = "^3.2.0"