From bd44d552f36c3c69d9d70bdcd98c503e0a8ca1e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:04:01 +0000 Subject: [PATCH] Bump faker from 26.1.0 to 27.0.0 (#251) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d1a6a5d..d0287c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -444,13 +444,13 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "faker" -version = "26.1.0" +version = "27.0.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-26.1.0-py3-none-any.whl", hash = "sha256:e8c5ef795223e945d9166aea3c0ecaf85ac54b4ade2af068d8e3c6524c2c0aa7"}, - {file = "Faker-26.1.0.tar.gz", hash = "sha256:33921b6fc3b83dd75fd42ec7f47ec87b50c00d3c5380fa7d8a507dab848b8229"}, + {file = "Faker-27.0.0-py3-none-any.whl", hash = "sha256:55ed0c4ed7bf16800c64823805f6fbbe6d4823db4b7c0903f6f890b8e4d6c34b"}, + {file = "faker-27.0.0.tar.gz", hash = "sha256:32c78b68d2ba97aaad78422e4035785de2b4bb46b81e428190fc11978da9036c"}, ] [package.dependencies] @@ -1933,4 +1933,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "3e884965ec30c9f95a9f6c322642a13267cd1ac5c0831e58da2055248a568cd7" +content-hash = "a946432dbff043a1b41f5b19ac4ae864a37c2aeb7b22a946d72f29db728a4944" diff --git a/pyproject.toml b/pyproject.toml index f7610b1..6f7268b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ pytest-randomly = "^3.13.0" pytest-reverse = "^1.7.0" pytest-mock = "^3.11.1" mock = "^5.1.0" -faker = ">=19.2,<27.0" +faker = ">=19.2,<28.0" pyfakefs = "^5.2.4" # documentation diff --git a/requirements-dev.txt b/requirements-dev.txt index 62107f8..2e5230b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ deprecated==1.2.14 ; python_version >= "3.9" and python_version < "4.0" distlib==0.3.8 ; python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.2.0 ; python_version >= "3.9" and python_version < "3.11" execnet==2.1.1 ; python_version >= "3.9" and python_version < "4.0" -faker==26.1.0 ; python_version >= "3.9" and python_version < "4.0" +faker==27.0.0 ; python_version >= "3.9" and python_version < "4.0" filelock==3.13.1 ; python_version >= "3.9" and python_version < "4.0" ghp-import==2.1.0 ; python_version >= "3.9" and python_version < "4.0" github-changelog-md==0.9.5 ; python_version >= "3.9" and python_version < "4.0"