Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 2 updates (#438
Browse files Browse the repository at this point in the history
)

Bumps the python-requirements group in /requirements with 2 updates: [sphinx-issues](https://github.com/sloria/sphinx-issues) and [safety](https://github.com/pyupio/safety).

Updates `sphinx-issues` from 3.0.1 to 4.0.0
- [Commits](sloria/sphinx-issues@3.0.1...4.0.0)

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

---
updated-dependencies:
- dependency-name: sphinx-issues
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: safety
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2024
1 parent 1601cd4 commit e67b689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ------------------------------------------------------------------------------
Sphinx==7.2.6
sphinx-tabs==3.4.4
sphinx-issues==3.0.1
sphinx-issues==4.0.0
sphinxcontrib-log-cabinet==1.0.1

# Pallets
Expand Down
2 changes: 1 addition & 1 deletion requirements/security.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Security check
# ------------------------------------------------------------------------------
bandit==1.7.6;python_version>="3.11" # https://github.com/PyCQA/bandit
safety==3.0.0;python_version>="3.11" # https://github.com/pyupio/safety
safety==3.0.1;python_version>="3.11" # https://github.com/pyupio/safety

0 comments on commit e67b689

Please sign in to comment.