From 117fa6bd2336a48f121baf640de2e39a9de37db4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:14:48 +0000 Subject: [PATCH] Chore(deps-dev): Bump faker in the dev-dependencies group Bumps the dev-dependencies group with 1 update: [faker](https://github.com/joke2k/faker). Updates `faker` from 30.0.0 to 30.1.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/v30.0.0...v30.1.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 578c308b..9d173d60 100644 --- a/poetry.lock +++ b/poetry.lock @@ -895,17 +895,18 @@ tests = ["black", "pytest", "pytest-cov", "tox"] [[package]] name = "faker" -version = "30.0.0" +version = "30.1.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.0.0-py3-none-any.whl", hash = "sha256:f0a60009150736c1c033bea31aa19ae63071c9dcf10adfaf9f1a87a3add84bc8"}, - {file = "faker-30.0.0.tar.gz", hash = "sha256:bf0207af5777950054a2a3b43f4b5bdc33b585918d2b28f1dab52ac0ffe2bac0"}, + {file = "Faker-30.1.0-py3-none-any.whl", hash = "sha256:dbf81295c948270a9e96cd48a9a3ebec73acac9a153d0c854fbbd0294557609f"}, + {file = "faker-30.1.0.tar.gz", hash = "sha256:e0593931bd7be9a9ea984b5d8c302ef1cec19392585d1e90d444199271d0a94d"}, ] [package.dependencies] python-dateutil = ">=2.4" +typing-extensions = "*" [[package]] name = "filelock" @@ -3140,4 +3141,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "9cd9a8c34c78a545fd6b05783309300ff6c1b6cf1575169ae05738f220d1c8b6" +content-hash = "c73212f71a6d2962fc9cda619d3af54735b963067f97456ce2a6ab8e231ac718" diff --git a/pyproject.toml b/pyproject.toml index 8fdde026..79cebc9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ selenium = "~=4.25.0" flake8 = ">=6.1.0" pytest-django = "^4.9.0" pytest-cov = "^5.0.0" -faker = "^30.0.0" +faker = "^30.1.0" isort = "^5.13.2" [build-system]