From 808f74cfae15bf0edbe1e58ea861586c19ad68a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 09:54:03 +0000 Subject: [PATCH] chore(deps): bump faker from 38.2.0 to 39.0.0 Bumps [faker](https://github.com/joke2k/faker) from 38.2.0 to 39.0.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/v38.2.0...v39.0.0) --- updated-dependencies: - dependency-name: faker dependency-version: 39.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index cf3e1ae..1c14cf7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ pytest-django==4.11.1 pytest-cov==6.0.0 pytest-asyncio==0.24.0 factory-boy==3.3.3 -faker==38.2.0 +faker==39.0.0 # Development Tools django-debug-toolbar==4.2.0 diff --git a/requirements.txt b/requirements.txt index 492f4cf..7374426 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ django-timezone-field==7.2.1 djangorestframework==3.15.2 drf-spectacular==0.27.0 factory_boy==3.3.3 -Faker==38.2.0 +Faker==39.0.0 gunicorn==22.0.0 h11==0.16.0 httptools==0.7.1