Skip to content

chore(deps-dev): bump safety from 3.7.0 to 3.8.1#638

Merged
fedejaure merged 1 commit into
mainfrom
dependabot/pip/main/safety-3.8.1
Jun 5, 2026
Merged

chore(deps-dev): bump safety from 3.7.0 to 3.8.1#638
fedejaure merged 1 commit into
mainfrom
dependabot/pip/main/safety-3.8.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps safety from 3.7.0 to 3.8.1.

Release notes

Sourced from safety's releases.

Version 3.8.1

What's Changed

  • bump: version 3.8.0 → 3.8.1 (ec3368a)
  • fix: support SFTY-format vulnerability IDs in policy files (#868) (796af4d)

Version 3.8.0

What's Changed

  • bump: version 3.8.0b4 → 3.8.0 (a4d6a5c)
  • chore: update system-scan details in the README (#867) (2042d7b)

Version 3.8.0b4

What's Changed

  • bump: version 3.8.0b3 → 3.8.0b4 (7dfee9a)
  • fix: pin typer <0.26.0 to fix CLI import crash (#865) (304fe88)
  • chore(core): remove system-scan command (#846) (5049dbf)
  • chore: format codebase (#844) (a86ed3c)

Version 3.8.0b3

What's Changed

  • bump: version 3.8.0b2 → 3.8.0b3 (c272016)
  • feat: report global/user packages linked (#843) (456f649)

Version 3.8.0b2

What's Changed

  • bump: version 3.8.0b1 → 3.8.0b2 (d84f1b5)
  • fix(firewall): configure global package manager indexes on firewall init (#842) (29b0bb5)
  • feat(firewall): emit v2.0 auth envelope for machine token (MDM) auth (#841) (0e74d51)
  • feat(auth): implement cross-org enrollment prevention (CLI side) (#839) (c321c5a)

Version 3.8.0b1

What's Changed

  • bump: version 3.8.0b0 → 3.8.0b1 (caf06b5)
  • fix: drop FF for MDM authd cases (#838) (0f73aab)
  • fix(system-scan): disable feature flag gate for MDM auth compatibility (#837) (1da01ee)
  • fix(system-scan): resolve tool detection for versioned Windows executables (#835) (81d7ead)
  • feat: implement MDM enrollment authentication system (#834) (6c6a744)
  • fix(cli): correct typos in check command docstring (#833) (2aecf79)
  • feat: display system scan summary to stdout after interactive scan completes (#832) (592e559)
  • feat: major revamp of the system scan beta command (#829) (6314fbe)

Version 3.8.0b0

What's Changed

  • bump: version 3.7.0 → 3.8.0b0 (37883d4)
  • feat: [WARNING: behavior change] migrate to httpx with explicit TLS/proxy configuration (#824) (c561027)
  • feat(config): add TLS and proxy configuration modules (#823) (6a4515d)
Changelog

Sourced from safety's changelog.

3.8.1 (2026-05-27)

Fix

  • support SFTY-format vulnerability IDs in policy files (#868)

3.8.0 (2026-05-26)

3.8.0b4 (2026-05-26)

Fix

  • pin typer <0.26.0 to fix CLI import crash (#865)

3.8.0b3 (2026-03-12)

Feat

  • report global/user packages linked (#843)

3.8.0b2 (2026-03-10)

Feat

  • firewall: emit v2.0 auth envelope for machine token (MDM) auth (#841)
  • auth: implement cross-org enrollment prevention (CLI side) (#839)
  • auth: add org_slug to MachineCredentialConfig from enrollment API

Fix

  • firewall: configure global package manager indexes on firewall init (#842)
  • firewall: align auth priority in index_credentials with platform client
  • auth: align auth priority to API Key > OAuth > Machine Token everywhere
  • scan: display machine token auth in scan header instead of "Offline"

3.8.0b1 (2026-02-25)

Feat

  • implement MDM enrollment authentication system (#834)
  • display system scan summary to stdout after interactive scan completes (#832)
  • major revamp of the system scan beta command (#829)

Fix

  • drop FF for MDM authd cases (#838)
  • system-scan: disable feature flag gate for MDM auth compatibility (#837)
  • system-scan: resolve tool detection for versioned Windows executables (#835)
  • cli: correct typos in check command docstring (#833)

... (truncated)

Commits
  • ec3368a bump: version 3.8.0 → 3.8.1
  • 796af4d fix: support SFTY-format vulnerability IDs in policy files (#868)
  • a4d6a5c bump: version 3.8.0b4 → 3.8.0
  • 2042d7b chore: update system-scan details in the README (#867)
  • 7dfee9a bump: version 3.8.0b3 → 3.8.0b4
  • 304fe88 fix: pin typer <0.26.0 to fix CLI import crash (#865)
  • 5049dbf chore(core): remove system-scan command (#846)
  • a86ed3c chore: format codebase (#844)
  • c272016 bump: version 3.8.0b2 → 3.8.0b3
  • 456f649 feat: report global/user packages linked (#843)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Dependencies python Python labels Jun 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/main/safety-3.8.1 branch 2 times, most recently from e37a249 to dfa33e9 Compare June 3, 2026 15:37
@fedejaure fedejaure enabled auto-merge June 4, 2026 08:51
@dependabot dependabot Bot force-pushed the dependabot/pip/main/safety-3.8.1 branch from dfa33e9 to 993fa13 Compare June 4, 2026 08:53
@fedejaure

Copy link
Copy Markdown
Owner

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: safety
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump safety from 3.7.0 to 3.8.1 chore(deps-dev): bump safety from 3.7.0 to 3.8.1 Jun 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/main/safety-3.8.1 branch from 993fa13 to de10f49 Compare June 5, 2026 15:11
@fedejaure fedejaure merged commit 6e13532 into main Jun 5, 2026
4 checks passed
@fedejaure fedejaure deleted the dependabot/pip/main/safety-3.8.1 branch June 5, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies python Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant