From 8d5d1ef5f08c4872b1c0665b99e6324063fe2c0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:48:13 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 26.3.0 to 28.4.1 Bumps [faker](https://github.com/joke2k/faker) from 26.3.0 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/v26.3.0...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 cda7fd158..dc14a128d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -826,13 +826,13 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "26.3.0" +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-26.3.0-py3-none-any.whl", hash = "sha256:97fe1e7e953dd640ca2cd4dfac4db7c4d2432dd1b7a244a3313517707f3b54e9"}, - {file = "Faker-26.3.0.tar.gz", hash = "sha256:7c10ebdf74aaa0cc4fe6ec6db5a71e8598ec33503524bd4b5f4494785a5670dd"}, + {file = "Faker-28.4.1-py3-none-any.whl", hash = "sha256:e59c01d1e8b8e20a83255ab8232c143cb2af3b4f5ab6a3f5ce495f385ad8ab4c"}, + {file = "faker-28.4.1.tar.gz", hash = "sha256:4294d169255a045990720d6f3fa4134b764a4cdf46ef0d3c7553d2506f1adaa1"}, ] [package.dependencies] @@ -2590,4 +2590,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "4edffb3c80a5ee357da5148693543a3d5f019e3f0b341d6ffa614dff65791b87" +content-hash = "0525a5190b8b4da3727d96e40be7ace55ace98c4c0a044518ef8e69fc24138b8" diff --git a/pyproject.toml b/pyproject.toml index fca1f2257..05e228fde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ urllib3 = ">=1.26.8,<3.0.0" # linters & formatters django-extensions = "3.2.3" factory-boy = "3.3.1" -Faker = "26.3.0" +Faker = "28.4.1" gitlint = "0.19.1" pdbpp = "0.10.3" pre-commit = "3.8.0"