Skip to content

chore(deps): bump the security group across 1 directory with 2 updates#416

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/security-c11151df80
Open

chore(deps): bump the security group across 1 directory with 2 updates#416
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/security-c11151df80

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Bumps the security group with 2 updates in the / directory: pip-audit and safety.

Updates pip-audit from 2.9.0 to 2.10.0

Release notes

Sourced from pip-audit's releases.

v2.10.0

Added

  • pip-audit now supports the --osv-url URL flag, which can be used to retrieve vulnerabilities from a custom OSV service. This is useful for organizations that host their own mirror of the OSV database, or that have custom OSV records (#810)

  • pip-audit now supports the Ecosyste.ms vulnerability service with --vulnerability-service=esms (#903).

Changed

  • The minimum version of Python is now 3.10 (#905)

Fixed

  • Fixed a bug where pip-audit would fail to parse pyproject.toml files containing TOML 1.0.0 features (#910)

  • CycloneDX JSON/XML output now correctly links vulnerabilities to their affected components via the affects field (#980)

Changelog

Sourced from pip-audit's changelog.

[2.10.0]

Added

  • pip-audit now supports the --osv-url URL flag, which can be used to retrieve vulnerabilities from a custom OSV service. This is useful for organizations that host their own mirror of the OSV database, or that have custom OSV records (#810)

  • pip-audit now supports the Ecosyste.ms vulnerability service with --vulnerability-service=esms (#903).

Changed

  • The minimum version of Python is now 3.10 (#905)

Fixed

  • Fixed a bug where pip-audit would fail to parse pyproject.toml files containing TOML 1.0.0 features (#910)

  • CycloneDX JSON/XML output now correctly links vulnerabilities to their affected components via the affects field (#980)

Commits
  • dec2165 chore: prep release v2.10.0 (#905)
  • d191a22 Fix CycloneDX vulnerability-component linking (#980) (#981)
  • a3f69b1 dependabot: add cooldowns (#978)
  • 42df1b2 build(deps): bump astral-sh/setup-uv from 7.1.3 to 7.1.4 (#976)
  • d4cbb66 build(deps): bump actions/checkout from 5.0.1 to 6.0.0 (#977)
  • 0f2889d build(deps): bump github/codeql-action from 4.31.3 to 4.31.4 (#975)
  • ad15644 build(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#974)
  • 831ca98 build(deps): bump astral-sh/setup-uv from 7.1.2 to 7.1.3 (#972)
  • afeb9ea build(deps): bump github/codeql-action from 4.31.2 to 4.31.3 (#973)
  • 2969e7c build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#971)
  • Additional commits viewable in compare view

Updates safety from 3.6.0 to 3.7.0

Release notes

Sourced from safety's releases.

Version 3.7.0

What's Changed

  • bump: version 3.7.0b5 → 3.7.0 (9df3a6f)
  • fix: npm ecosystem check on render package details (#820) (9780ac2)

Version 3.7.0b5

What's Changed

  • bump: version 3.7.0b4 → 3.7.0b5 (7f138f1)
  • fix: bash priority issues (#819) (933dc82)

Version 3.7.0b4

What's Changed

  • bump: version 3.7.0b3 → 3.7.0b4 (3b1e4dc)
  • ci: remove version from the artifacts name (#818) (c5134b5)

Version 3.7.0b3

What's Changed

  • bump: version 3.7.0b2 → 3.7.0b3 (04f24e5)
  • ci: separate checksum artifacts for signed and unsigned builds (#817) (a08a347)

Version 3.7.0b0

What's Changed

  • bump: version 3.6.2 → 3.7.0b0 (b289a6c)
  • fix: replace deprecated pkg_resources with importlib.metadata (#813) (c1e07ef)
  • chore: drop python 3.8 support (#791) (a41c82b)
  • chore: set minimum tenacity version to 8.1.0 (#812) (973a265)
  • chore: restructure GitHub issue templates and remove bug bounty references (#811) (2fcbe72)
  • feat: add firewall support for NPM (#800) (5d44edf)

Version 3.6.2

What's Changed

  • bump: version 3.6.2b0 → 3.6.2 (f0c46b2)
  • chore: prepare for stable release (dda0a45)

Version 3.6.2b0

What's Changed

  • bump: version 3.6.1 → 3.6.2b0 (f0e4d24)
  • refactor: firewall tools and parsers (#798) (071c858)
  • fix: allow passing package and tool location (#797) (4180179)
  • chore: use the latest safety_schemas version (#795) (ee430de)
  • ci: add firewall index to the project setup (#794) (6f97082)
  • chore: relax pydantic version constraints (#793) (3fd3031)
  • ci: add bot access to the comment workflow (#790) (70c2c27)
  • ci: resolve PR number via graphql API and update artifacts message (#789) (2d69508)
  • ci: fix comment workflow for forks (#787) (f14b3b4)
  • chore: remove old code related to legacy schemas (#786) (5ddd816)
  • chore: upgrade safety_schemas version (#785) (92bbb66)

Version 3.6.1

What's Changed

... (truncated)

Changelog

Sourced from safety's changelog.

3.7.0 (2025-11-06)

Fix

  • npm ecosystem check on render package details (#820)

3.7.0b5 (2025-11-04)

Fix

  • bash priority issues (#819)

3.7.0b4 (2025-11-03)

3.7.0b3 (2025-11-03)

3.7.0b2 (2025-11-03)

3.7.0b1 (2025-11-03)

3.7.0b0 (2025-10-22)

Feat

  • add firewall support for NPM (#800)

Fix

  • replace deprecated pkg_resources with importlib.metadata (#813)

3.6.2 (2025-09-24)

3.6.2b0 (2025-09-23)

Fix

  • allow passing package and tool location (#797)

Refactor

  • firewall tools and parsers (#798)

3.6.1 (2025-09-01)

Fix

  • Import rich_utils as a module and don't access as an attribute. (#780)

3.6.1b0 (2025-08-25)

... (truncated)

Commits
  • 9df3a6f bump: version 3.7.0b5 → 3.7.0
  • 9780ac2 fix: npm ecosystem check on render package details (#820)
  • 7f138f1 bump: version 3.7.0b4 → 3.7.0b5
  • 933dc82 fix: bash priority issues (#819)
  • 3b1e4dc bump: version 3.7.0b3 → 3.7.0b4
  • c5134b5 ci: remove version from the artifacts name (#818)
  • 04f24e5 bump: version 3.7.0b2 → 3.7.0b3
  • a08a347 ci: separate checksum artifacts for signed and unsigned builds (#817)
  • 2ff7ace bump: version 3.7.0b1 → 3.7.0b2
  • 2964f19 ci: load version on release jobs (#816)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the security group with 2 updates in the / directory: [pip-audit](https://github.com/pypa/pip-audit) and [safety](https://github.com/pyupio/safety).


Updates `pip-audit` from 2.9.0 to 2.10.0
- [Release notes](https://github.com/pypa/pip-audit/releases)
- [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md)
- [Commits](pypa/pip-audit@v2.9.0...v2.10.0)

Updates `safety` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/main/CHANGELOG.md)
- [Commits](pyupio/safety@3.6.0...3.7.0)

---
updated-dependencies:
- dependency-name: pip-audit
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
- dependency-name: safety
  dependency-version: 3.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: security
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

PR Quick Check Results

Check Status
pr-validation ✅ success
python-lint ✅ success
security-scan ✅ success
quick-test ✅ success
docker-lint ✅ success

All quick checks passed!

@github-actions
Copy link
Contributor

github-actions bot commented Dec 8, 2025

Pull Request Validation Results

Code Quality: success
API Contract Tests: success
Docker Validation: success
Integration Tests: skipped (disabled for CI)

Summary

⚠️ Some checks failed. Please review the errors above and fix them before merging.

Runtime: ~15-20 minutes
Triggered by: @dependabot[bot]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments