Skip to content

Commit

Permalink
Bump the minor-patch group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 4 updates: [bcrypt](https://github.com/pyca/bcrypt), [pytest](https://github.com/pytest-dev/pytest), [ruff](https://github.com/astral-sh/ruff) and [sphinx](https://github.com/sphinx-doc/sphinx).


Updates `bcrypt` from 4.1.3 to 4.2.0
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.1.3...4.2.0)

Updates `pytest` from 8.2.2 to 8.3.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.1)

Updates `ruff` from 0.5.2 to 0.5.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.2...0.5.4)

Updates `sphinx` from 7.4.4 to 7.4.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.4.4...v7.4.7)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent da40255 commit 5e45ab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==23.2.0
# via
# jsonschema
# referencing
bcrypt==4.1.3
bcrypt==4.2.0
# via -r constraints.in
beautifulsoup4==4.12.3
# via webtest
Expand Down Expand Up @@ -121,7 +121,7 @@ pyramid-multiauth==1.0.2
# via -r constraints.in
pyramid-tm==2.5
# via -r constraints.in
pytest==8.2.2
pytest==8.3.1
# via
# -r constraints.in
# pytest-cache
Expand Down Expand Up @@ -163,7 +163,7 @@ rpds-py==0.17.1
# via
# jsonschema
# referencing
ruff==0.5.2
ruff==0.5.4
# via -r constraints.in
sentry-sdk==2.8.0
# via -r constraints.in
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==7.4.4
Sphinx==7.4.7
sphinx_rtd_theme==2.0.0
docutils==0.20.1
sphinxcontrib-httpdomain==1.8.1
Expand Down

0 comments on commit 5e45ab6

Please sign in to comment.