From 009280145e3ff7bd0ba82212ac3bd243b08beac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:41:20 +0000 Subject: [PATCH] deps: bump faker from 29.0.0 to 30.3.0 Bumps [faker](https://github.com/joke2k/faker) from 29.0.0 to 30.3.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/v29.0.0...v30.3.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... 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 cbc57ca..5dcc560 100644 --- a/poetry.lock +++ b/poetry.lock @@ -270,17 +270,18 @@ testing = ["hatch", "pre-commit", "pytest", "tox"] [[package]] name = "faker" -version = "29.0.0" +version = "30.3.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-29.0.0-py3-none-any.whl", hash = "sha256:32d0ee7d42925ff06e4a7d906ee7efbf34f5052a41a2a1eb8bb174a422a5498f"}, - {file = "faker-29.0.0.tar.gz", hash = "sha256:34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77"}, + {file = "Faker-30.3.0-py3-none-any.whl", hash = "sha256:e8a15fd1b0f72992b008f5ea94c70d3baa0cb51b0d5a0e899c17b1d1b23d2771"}, + {file = "faker-30.3.0.tar.gz", hash = "sha256:8760fbb34564fbb2f394345eef24aec5b8f6506b6cfcefe8195ed66dd1032bdb"}, ] [package.dependencies] python-dateutil = ">=2.4" +typing-extensions = "*" [[package]] name = "fastapi" @@ -1774,4 +1775,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "bb9f8722445a226fc3a4c3ffc0f98dac42732856ca414408fe03b8c510fc087a" +content-hash = "d5d2cab219d759dc86b6113317c325f76c73117c8e898d997dc85c0bc4dcd967" diff --git a/pyproject.toml b/pyproject.toml index c935f9f..4ea9c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ black = '^24.8.0' bandit = '^1.7.5' [tool.poetry.group.test.dependencies] -faker = '^29.0.0' +faker = '^30.3.0' pytest = '^8.3.1' pytest-sugar = '^1.0.0' pytest-xdist = '^3.3.1'