From 0517b90fa5155690d2db09e11654befd9263f8ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:05:22 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 24.7.1 to 24.8.0 in the minor group Bumps the minor group with 1 update: [faker](https://github.com/joke2k/faker). Updates `faker` from 24.7.1 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.7.1...v24.8.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor dependency-group: 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 bbfc7fd27..f9968bbdb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -929,13 +929,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[package]] name = "faker" -version = "24.7.1" +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.7.1-py3-none-any.whl", hash = "sha256:73f2bd886e8ce751e660c7d37a6c0a128aab5e1551359335bb79cfea0f4fabfc"}, - {file = "Faker-24.7.1.tar.gz", hash = "sha256:39d34c63f0d62ed574161e23fe32008917b923d18098ce94c2650fe16463b7d5"}, + {file = "Faker-24.8.0-py3-none-any.whl", hash = "sha256:2f70a7817b4147d67c544192e169c5653060fce8aef758db0ea8823d89caac94"}, + {file = "Faker-24.8.0.tar.gz", hash = "sha256:1a46466b22c6bf5925448f725f90c6e0d8bf085819906520ddaa15aec58a6df5"}, ] [package.dependencies] @@ -5558,4 +5558,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "4934a23f5c940015ea8b95160216cc7f8a4ef3595b1b7d0e1120f03ae14b1a41" +content-hash = "556cbc3c7333af78cfa67c747a11e5c5abf7b655f5cc7ed3d7272c3692f4e249" diff --git a/pyproject.toml b/pyproject.toml index 2c5ea05dd..5ce56c024 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ nbqa = "^1.8.5" ruff = "^0.3.5" pre-commit = "*" pylama = { extras = ["radon", "vulture", "toml"], version = "^8.4.1" } -faker = "^24.7.1" +faker = "^24.8.0" # tests pytest = "*"