From 944a7b208e4a787451a83108108e3008eb2263b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:14:47 +0100 Subject: [PATCH 1/2] Bump pytest from 8.3.3 to 8.3.4 (#1914) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.4. - [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.3.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- snyk/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d96bb83183..075358d1b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ classifiers = [ development = [ "coverage==7.6.8", "pre-commit>=3.5.0", - "pytest==8.3.3", + "pytest==8.3.4", "pytest-randomly==3.16.0", "syrupy==4.8.0", "factory-boy==3.3.1", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index fc538dc3b2..8e8809b9c8 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -17,7 +17,7 @@ pip pydantic==2.9.2 coverage==7.6.8 pre-commit>=3.5.0 -pytest==8.3.3 +pytest==8.3.4 pytest-randomly==3.16.0 syrupy==4.8.0 factory-boy==3.3.1 From 65d20467e34d849837800302fb2cae2286f008fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:15:39 +0100 Subject: [PATCH 2/2] Bump faker from 33.0.0 to 33.1.0 (#1913) Bumps [faker](https://github.com/joke2k/faker) from 33.0.0 to 33.1.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/v33.0.0...v33.1.0) --- updated-dependencies: - dependency-name: faker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- snyk/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 075358d1b2..68c30b4302 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ development = [ "pytest-randomly==3.16.0", "syrupy==4.8.0", "factory-boy==3.3.1", - "Faker==33.0.0", + "Faker==33.1.0", ] packaging = ["pyinstaller~=6.10"] diff --git a/snyk/requirements.txt b/snyk/requirements.txt index 8e8809b9c8..1c2f44c1a3 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -21,4 +21,4 @@ pytest==8.3.4 pytest-randomly==3.16.0 syrupy==4.8.0 factory-boy==3.3.1 -Faker==33.0.0 +Faker==33.1.0