From e92548ccee5039c1619d0bed61691623afb7ebbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:25:29 +0000 Subject: [PATCH 1/2] build(deps): bump pytest from 8.2.1 to 8.2.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2. - [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.2.1...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c7e9c64d..ac9260f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ packages = ["floss", "floss.sigs"] dev = [ "pre-commit==3.5.0", "pyyaml==6.0.1", - "pytest==8.2.1", + "pytest==8.2.2", "pytest-sugar==1.0.0", "pytest-instafail==0.5.0", "pytest-cov==5.0.0", From fbafa1321595a6de3589bffdc83e6808eb3e1ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:25:54 +0000 Subject: [PATCH 2/2] build(deps): bump pydantic from 2.7.2 to 2.7.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.2...v2.7.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c7e9c64d..39b5e8c76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "tabulate==0.9.0", "vivisect==1.1.1", "viv-utils[flirt]==0.7.9", - "pydantic==2.7.2", + "pydantic==2.7.3", "tqdm==4.66.4", "networkx==3.1", "halo==0.0.31",