From ea51708527d33e3fc392a032e956d5be87a6b6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:00:32 +0000 Subject: [PATCH] build(deps): bump faker from 24.4.0 to 25.0.1 Bumps [faker](https://github.com/joke2k/faker) from 24.4.0 to 25.0.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/v24.4.0...v25.0.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 122f1fe7..d8009336 100644 --- a/poetry.lock +++ b/poetry.lock @@ -851,13 +851,13 @@ doc = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-spelling"] [[package]] name = "faker" -version = "24.4.0" +version = "25.0.1" 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-25.0.1-py3-none-any.whl", hash = "sha256:6737cc6d591cd83421fdc5e494f6e2c1a6e32266214f158b745aa9fa15687c98"}, + {file = "Faker-25.0.1.tar.gz", hash = "sha256:c153505618801f1704807b258a6010ea8cabf91f66f4788939bfdba83b887e76"}, ] [package.dependencies] @@ -2213,4 +2213,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4cbed2d82a71a3897a4c4f190382a0efd6a54e51289cb1381d1a0f832e04be1e" +content-hash = "b146fabfccdf3c5b7ab987dce73be058a92ca7bd13bea5a553865786c9d0e1f4" diff --git a/pyproject.toml b/pyproject.toml index 334e8a76..6a19db03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ twitterapi = "^2.8.2" django-ses = "^4.0.0" django-htmx = "^1.17.3" factory-boy = "^3.3.0" -faker = "^24.4.0" +faker = "^25.0.1" disposable-email-domains = "^0.0.90" django-hcaptcha = "^0.2.0" beautifulsoup4 = "^4.12.2"