From b94e1567c06ff1203f05242ee06025de44477e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 11:45:36 +0000 Subject: [PATCH 1/2] build: bump safety from 3.6.1 to 3.6.2 Bumps [safety](https://github.com/pyupio/safety) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/pyupio/safety/releases) - [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyupio/safety/compare/3.6.1...3.6.2) --- updated-dependencies: - dependency-name: safety dependency-version: 3.6.2 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 bee51a86eb..2a8fc7d9c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ migration = [ [dependency-groups] vulnerabilities = [ "bandit[toml]==1.8.6", - "safety==3.6.1", + "safety==3.6.2", "typer==0.19.2", ] tests = [ From c97a951392d5c7a336ec5eedd438b77305d7e35a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Sat, 4 Oct 2025 11:46:52 +0000 Subject: [PATCH 2/2] chore: adding changelog file 846.dependencies.md [dependabot-skip] --- doc/source/changelog/846.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/846.dependencies.md diff --git a/doc/source/changelog/846.dependencies.md b/doc/source/changelog/846.dependencies.md new file mode 100644 index 0000000000..c19fbbdcf6 --- /dev/null +++ b/doc/source/changelog/846.dependencies.md @@ -0,0 +1 @@ +Bump safety from 3.6.1 to 3.6.2