Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [sphinx](https://github.com/sphinx-doc/sphinx) and [pluggy](https://github.com/pytest-dev/pluggy).


Updates `sphinx` from 7.2.2 to 7.2.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES)
- [Commits](sphinx-doc/sphinx@v7.2.2...v7.2.3)

Updates `pluggy` from 1.2.0 to 1.3.0
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.2.0...1.3.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pluggy
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 28, 2023
1 parent 3f0140e commit 81bca24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.2
sphinx==7.2.3
# via
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
Expand Down
2 changes: 1 addition & 1 deletion lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mypy-extensions==0.4.4
# via mypy
packaging==23.1
# via pytest
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pyasn1==0.5.0
# via
Expand Down

0 comments on commit 81bca24

Please sign in to comment.