From f6c2b2b2f26f436bc6733e14f5551a8a11da40d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:37:50 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump faker from 40.11.1 to 40.12.0 Bumps [faker](https://github.com/joke2k/faker) from 40.11.1 to 40.12.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.11.1...v40.12.0) --- updated-dependencies: - dependency-name: faker dependency-version: 40.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index f3aa9c3..d853fe9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -294,7 +294,7 @@ description = "Foreign Function Interface for Python calling C code." optional = false python-versions = ">=3.9" groups = ["main"] -markers = "platform_python_implementation != \"PyPy\" or implementation_name == \"pypy\" or platform_python_implementation == \"CPython\" and sys_platform == \"win32\"" +markers = "platform_python_implementation == \"CPython\" and sys_platform == \"win32\" or implementation_name == \"pypy\" or platform_python_implementation != \"PyPy\"" files = [ {file = "cffi-2.0.0-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:0cf2d91ecc3fcc0625c2c530fe004f82c110405f101548512cce44322fa8ac44"}, {file = "cffi-2.0.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f73b96c41e3b2adedc34a7356e64c8eb96e03a3782b535e043a986276ce12a49"}, @@ -616,14 +616,14 @@ files = [ [[package]] name = "faker" -version = "40.11.1" +version = "40.12.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.11.1-py3-none-any.whl", hash = "sha256:3af3a213ba8fb33ce6ba2af7aef2ac91363dae35d0cec0b2b0337d189e5bee2a"}, - {file = "faker-40.11.1.tar.gz", hash = "sha256:61965046e79e8cfde4337d243eac04c0d31481a7c010033141103b43f603100c"}, + {file = "faker-40.12.0-py3-none-any.whl", hash = "sha256:6238a4058a8b581892e3d78fe5fdfa7568739e1c8283e4ede83f1dde0bfc1a3b"}, + {file = "faker-40.12.0.tar.gz", hash = "sha256:58b5a9054c367bd5fb2e948634105364cc570e78a98a8e5161a74691c45f158f"}, ] [package.dependencies] @@ -1694,7 +1694,7 @@ description = "C parser in Python" optional = false python-versions = ">=3.8" groups = ["main"] -markers = "(platform_python_implementation != \"PyPy\" or implementation_name == \"pypy\" or platform_python_implementation == \"CPython\" and sys_platform == \"win32\") and implementation_name != \"PyPy\"" +markers = "(platform_python_implementation == \"CPython\" and sys_platform == \"win32\" or implementation_name == \"pypy\" or platform_python_implementation != \"PyPy\") and implementation_name != \"PyPy\"" files = [ {file = "pycparser-2.23-py3-none-any.whl", hash = "sha256:e5c6e8d3fbad53479cab09ac03729e0a9faf2bee3db8208a550daf5af81a5934"}, {file = "pycparser-2.23.tar.gz", hash = "sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2"}, @@ -2932,4 +2932,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "afce209727c2869e8944b07841d4166d9d87be159242000264b9855968206e70" +content-hash = "492fd6806fbac459cb6cdc318bc089e89da095b2762a68af21b511d2d64968e7" diff --git a/pyproject.toml b/pyproject.toml index ff9b3a3..68bd573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pip-licenses = "^5.5.5" requests-oauthlib = "^2.0.0" pre-commit = "^4.5.1" boto3 = "^1.42.79" -faker = "^40.11.1" +faker = "^40.12.0" pyright = "^1.1.408" pyflakes = "^3.4.0" locust = "^2.43.3"