From 7413362182b9cea93389367b122c0b726e7ff0fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:52:53 +0000 Subject: [PATCH 1/2] Bump faker from 25.9.1 to 29.0.0 Bumps [faker](https://github.com/joke2k/faker) from 25.9.1 to 29.0.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/v25.9.1...v29.0.0) --- 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..8b36943 100644 --- a/poetry.lock +++ b/poetry.lock @@ -509,13 +509,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "25.9.1" +version = "29.0.0" 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-29.0.0-py3-none-any.whl", hash = "sha256:32d0ee7d42925ff06e4a7d906ee7efbf34f5052a41a2a1eb8bb174a422a5498f"}, + {file = "faker-29.0.0.tar.gz", hash = "sha256:34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77"}, ] [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 = "49e58d9b2dfe59a28015b56d7b3907bf48bdae86099ec4dee08fb3c706c751ce" diff --git a/pyproject.toml b/pyproject.toml index 2686329..7d986ea 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,<30.0" mock = "^5.1.0" pyfakefs = "^5.4.1" pytest = "^8.1.2" From c804f3e3e70c4c052671fbf2ab5dc73550989257 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 22:53:07 +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..d18e0e0 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==29.0.0 ; 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"