From c04ab55f6076b9b9c52022e13160a5a7fdf79912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 22:11:55 +0000 Subject: [PATCH] Bump faker from 24.3.0 to 24.4.0 Bumps [faker](https://github.com/joke2k/faker) from 24.3.0 to 24.4.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.3.0...v24.4.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor ... 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 46d6484..98ff6a2 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.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -485,13 +485,13 @@ test = ["pytest (>=6)"] [[package]] name = "faker" -version = "24.3.0" +version = "24.4.0" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-24.3.0-py3-none-any.whl", hash = "sha256:9978025e765ba79f8bf6154c9630a9c2b7f9c9b0f175d4ad5e04b19a82a8d8d6"}, - {file = "Faker-24.3.0.tar.gz", hash = "sha256:5fb5aa9749d09971e04a41281ae3ceda9414f683d4810a694f8a8eebb8f9edec"}, + {file = "Faker-24.4.0-py3-none-any.whl", hash = "sha256:998c29ee7d64429bd59204abffa9ba11f784fb26c7b9df4def78d1a70feb36a7"}, + {file = "Faker-24.4.0.tar.gz", hash = "sha256:a5ddccbe97ab691fad6bd8036c31f5697cfaa550e62e000078d1935fa8a7ec2e"}, ] [package.dependencies] @@ -2480,4 +2480,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "72cb3a351112b9e6d1443540c99ce9fa0eaaa775f35653725dd59d02c09c22a5" +content-hash = "69397c1275b285a15c5947a5d292aa00ae769efda7832a3eb4e83407e84d1115" diff --git a/pyproject.toml b/pyproject.toml index 0688cb6..66f3069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ fastapi = { extras = ["all"], version = "^0.110.0" } [tool.poetry.group.dev.dependencies] requests = "^2.31.0" fakeredis = "^2.21.3" -faker = "^24.2.0" +faker = "^24.4.0" mock = "^5.1.0" pyfakefs = "^5.3.5" pytest = "^8.1.1"