From fc553955a9a97453855fa9ce4eecd3713e7e018a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:09:07 +0000 Subject: [PATCH 1/4] Bump mypy from 1.8.0 to 1.10.0 Bumps [mypy](https://github.com/python/mypy) from 1.8.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.8.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 29481cf8..671111ea 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -11,7 +11,7 @@ ipython==8.10.0 django-debug-toolbar==4.3.0 -mypy==1.8.0 +mypy==1.10.0 django-stubs==4.2.7 djangorestframework-stubs==3.14.5 From ee8a981a9dbbc037e14989249dbcaafd60790871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:09:11 +0000 Subject: [PATCH 2/4] Bump pre-commit from 3.6.2 to 3.7.1 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.2 to 3.7.1. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.2...v3.7.1) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 29481cf8..0f4d6796 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -18,4 +18,4 @@ djangorestframework-stubs==3.14.5 boto3-stubs==1.34.48 ruff==0.2.2 -pre-commit==3.6.2 +pre-commit==3.7.1 From 07a0f86d9aa2b3f6fb2844be87c71ee209bc7083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:09:15 +0000 Subject: [PATCH 3/4] Bump pytest from 8.0.1 to 8.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.1 to 8.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.1...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 0f4d6796..14854c2d 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,6 +1,6 @@ -r base.txt -pytest==8.0.1 +pytest==8.2.1 pytest-django==4.8.0 factory-boy==3.3.0 From c1a3af78dfbc3cc6367d7ffcc75f82b8f91776b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 09:09:20 +0000 Subject: [PATCH 4/4] Bump faker from 23.2.1 to 25.3.0 Bumps [faker](https://github.com/joke2k/faker) from 23.2.1 to 25.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/v23.2.1...v25.3.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 14854c2d..fc44ddc6 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -4,7 +4,7 @@ pytest==8.2.1 pytest-django==4.8.0 factory-boy==3.3.0 -Faker==23.2.1 +Faker==25.3.0 ipdb==0.13.13 ipython==8.10.0