From d41fddb24b2efd2a82bed18a33b56346462d2f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 07:55:01 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 24.4.0 to 24.8.0 Bumps [faker](https://github.com/joke2k/faker) from 24.4.0 to 24.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/v24.4.0...v24.8.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor ... 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 4f7c2770..c408a71d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -501,13 +501,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "24.4.0" +version = "24.8.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.4.0-py3-none-any.whl", hash = "sha256:998c29ee7d64429bd59204abffa9ba11f784fb26c7b9df4def78d1a70feb36a7"}, - {file = "Faker-24.4.0.tar.gz", hash = "sha256:a5ddccbe97ab691fad6bd8036c31f5697cfaa550e62e000078d1935fa8a7ec2e"}, + {file = "Faker-24.8.0-py3-none-any.whl", hash = "sha256:2f70a7817b4147d67c544192e169c5653060fce8aef758db0ea8823d89caac94"}, + {file = "Faker-24.8.0.tar.gz", hash = "sha256:1a46466b22c6bf5925448f725f90c6e0d8bf085819906520ddaa15aec58a6df5"}, ] [package.dependencies] @@ -1674,4 +1674,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ec0dcb8b758a21cda1024a0660e2ffea3dfb87e4f742d636661ca4c4b3d43ee8" +content-hash = "0cf6013f4e614a1773965b12ee481c7f5ab82dcc67e5757855979ccacb8e70a8" diff --git a/pyproject.toml b/pyproject.toml index 6efcf66f..974730b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pre-commit = "^3.4.0" pytest-cov = "^5.0.0" pytest-depends = "^1.0.1" pytest-asyncio = "^0.23.5" -Faker = "^24.4.0" +Faker = "^24.8.0" unasync-cli = "^0.0.9" python-semantic-release = "^9.4.0"