From 61a5cb378020d19ce3304cdb63919091474e1600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:07:44 +0000 Subject: [PATCH] Bump faker from 22.6.0 to 23.2.1 Bumps [faker](https://github.com/joke2k/faker) from 22.6.0 to 23.2.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/v22.6.0...v23.2.1) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production 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 f7c22aa1..364718b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1017,13 +1017,13 @@ tests = ["black", "pytest", "pytest-cov", "tox"] [[package]] name = "faker" -version = "22.7.0" +version = "23.2.1" description = "Faker is a Python package that generates fake data for you." optional = false python-versions = ">=3.8" files = [ - {file = "Faker-22.7.0-py3-none-any.whl", hash = "sha256:d12edbac08a82a75ecd588f299f44f12e33f000c15fe414abc417f0836cb51ae"}, - {file = "Faker-22.7.0.tar.gz", hash = "sha256:f797529ebeb9bd9e1851106b99e156c9bebe67d2730c8393a1705ed1c864f1bf"}, + {file = "Faker-23.2.1-py3-none-any.whl", hash = "sha256:0520a6b97e07c658b2798d7140971c1d5bc4bcd5013e7937fe075fd054aa320c"}, + {file = "Faker-23.2.1.tar.gz", hash = "sha256:f07b64d27f67b62c7f0536a72f47813015b3b51cd4664918454011094321e464"}, ] [package.dependencies] @@ -3721,4 +3721,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "843e2d2c2fd4265d002fc3b1bb7e9fac5975c3af3199bd9829251ea42069277d" +content-hash = "a8dbb28ae7cb0be8a3a2a4d9e019bb9c09810cf724653b4119f73618925fe07d" diff --git a/pyproject.toml b/pyproject.toml index 0882b003..392771fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ selenium = "^4.17.2" flake8 = ">=6.1.0" pytest-django = "^4.8.0" pytest-cov = "^4.1.0" -faker = "^22.6.0" +faker = "^23.2.1" isort = "^5.13.2" pyproject-flake8 = "^6.1.0"