From 9a7e4996a8e556058f1b2976d18ec78864d6f6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:18:34 +0000 Subject: [PATCH 1/2] Bump faker from 25.9.1 to 28.4.1 Bumps [faker](https://github.com/joke2k/faker) from 25.9.1 to 28.4.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/v25.9.1...v28.4.1) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 903f37a..7d1cc84 100644 --- a/poetry.lock +++ b/poetry.lock @@ -509,13 +509,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "25.9.1" +version = "28.4.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-25.9.1-py3-none-any.whl", hash = "sha256:f1dc27dc8035cb7e97e96afbb5fe1305eed6aeea53374702cbac96acfe851626"}, - {file = "Faker-25.9.1.tar.gz", hash = "sha256:0e1cf7a8d3c94de91a65ab1e9cf7050903efae1e97901f8e5924a9f45147ae44"}, + {file = "Faker-28.4.1-py3-none-any.whl", hash = "sha256:e59c01d1e8b8e20a83255ab8232c143cb2af3b4f5ab6a3f5ce495f385ad8ab4c"}, + {file = "faker-28.4.1.tar.gz", hash = "sha256:4294d169255a045990720d6f3fa4134b764a4cdf46ef0d3c7553d2506f1adaa1"}, ] [package.dependencies] @@ -3057,4 +3057,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8c852632b6567045f648607e18595ef675d70c28dec7c32be9be3c65eee215e0" +content-hash = "6a3d354dbf5ba99c716d3164d5a6dedc339c4aec7978ddc9db08dced752139cd" diff --git a/pyproject.toml b/pyproject.toml index 2686329..4a45e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ poethepoet = ">=0.25.1,<0.27.0" # testing requests = "^2.31.0" fakeredis = "^2.22.0" -faker = ">=24.14,<26.0" +faker = ">=24.14,<29.0" mock = "^5.1.0" pyfakefs = "^5.4.1" pytest = "^8.1.2" From 30ed21bf1a78b33b3627b639caa12357a2b839ea Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:18:45 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b9b89c0..7372f7b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -18,7 +18,7 @@ distlib==0.3.8 ; python_version >= "3.9" and python_version < "4.0" dnspython==2.6.1 ; python_version >= "3.9" and python_version < "4.0" email-validator==2.2.0 ; python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11" -faker==25.9.1 ; python_version >= "3.9" and python_version < "4.0" +faker==28.4.1 ; python_version >= "3.9" and python_version < "4.0" fakeredis==2.23.2 ; python_version >= "3.9" and python_version < "4.0" fastapi-cli==0.0.4 ; python_version >= "3.9" and python_version < "4.0" fastapi[all]==0.111.0 ; python_version >= "3.9" and python_version < "4.0"