Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group in /requirements with 3 updates: [pyright](https://github.com/RobertCraigie/pyright-python), [pytest](https://github.com/pytest-dev/pytest) and [pre-commit](https://github.com/pre-commit/pre-commit).


Updates `pyright` from 1.1.361 to 1.1.365
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.361...v1.1.365)

Updates `pytest` from 8.2.0 to 8.2.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.0...8.2.1)

Updates `pre-commit` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.7.0...v3.7.1)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 255c8d6 commit f567ab9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pluggy==1.5.0
# -r typing.txt
# pytest
# tox
pre-commit==3.7.0
pre-commit==3.7.1
# via -r dev.in
pycparser==2.22
# via
Expand All @@ -118,9 +118,9 @@ pygments==2.17.2
# sphinx-tabs
pyproject-api==1.6.1
# via tox
pyright==1.1.361
pyright==1.1.365
# via -r typing.txt
pytest==8.2.0
pytest==8.2.1
# via
# -r tests.txt
# -r typing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.0
pytest==8.2.1
# via -r tests.in
python-dotenv==1.0.1
# via -r tests.in
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pyright==1.1.361
pyright==1.1.365
# via -r typing.in
pytest==8.2.0
pytest==8.2.1
# via -r typing.in
python-dotenv==1.0.1
# via -r typing.in
Expand Down

0 comments on commit f567ab9

Please sign in to comment.