From 980146917dcbab3a40c2250eedb6f753143c3c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:05:02 +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.6.0 to 30.8.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.6.0...v30.8.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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 50f97472..ebb12a5a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "acryl-datahub" @@ -905,13 +905,13 @@ tests = ["black", "pytest", "pytest-cov", "tox"] [[package]] name = "faker" -version = "30.6.0" +version = "30.8.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-30.6.0-py3-none-any.whl", hash = "sha256:37b5ab951f7367ea93edb865120e9717a7a649d6a4b223f1e4a47a8a20d9e85f"}, - {file = "faker-30.6.0.tar.gz", hash = "sha256:be0e548352c1be6f6d9c982003848a0d305868f160bb1fb7f945acffc347e676"}, + {file = "Faker-30.8.0-py3-none-any.whl", hash = "sha256:4cd0c5ea4bc1e4c902967f6e662f5f5da69f1674d9a94f54e516d27f3c2a6a16"}, + {file = "faker-30.8.0.tar.gz", hash = "sha256:3608c7fcac2acde0eaa6da28dae97628f18f14d54eaa2a92b96ae006f1621bd7"}, ] [package.dependencies] @@ -3167,4 +3167,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7489b7354035c45c4ea57aa34e7a25d2d9babce81dd7796c443791c2cd534d97" +content-hash = "7add91b0a357a7bcf438d31364805fbeb9efe2368fc6c4770b48b889cdc5fff7" diff --git a/pyproject.toml b/pyproject.toml index 9384aff3..a958b107 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ selenium = "~=4.25.0" flake8 = ">=6.1.0" pytest-django = "^4.9.0" pytest-cov = "^5.0.0" -faker = "^30.6.0" +faker = "^30.8.0" isort = "^5.13.2" [build-system]