Skip to content

Commit

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


Updates `mypy` from 1.10.0 to 1.10.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.10.0...v1.10.1)

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

Updates `pytest` from 8.2.1 to 8.2.2
- [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.1...8.2.2)

Updates `tox` from 4.15.0 to 4.15.1
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.15.0...4.15.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- 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: tox
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 43e3ac2 commit faa2f04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ markupsafe==2.1.5
# via
# -r docs.txt
# jinja2
mypy==1.10.0
mypy==1.10.1
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand Down Expand Up @@ -104,9 +104,9 @@ pygments==2.17.2
# sphinx
pyproject-api==1.6.1
# via tox
pyright==1.1.365
pyright==1.1.369
# via -r typing.txt
pytest==8.2.1
pytest==8.2.2
# via
# -r tests.txt
# -r typing.txt
Expand Down Expand Up @@ -159,7 +159,7 @@ sphinxcontrib-serializinghtml==1.1.10
# via
# -r docs.txt
# sphinx
tox==4.15.0
tox==4.15.1
# via -r dev.in
typing-extensions==4.11.0
# via
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.1
pytest==8.2.2
# via -r tests.in
python-dateutil==2.9.0.post0
# via freezegun
Expand Down
6 changes: 3 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
iniconfig==2.0.0
# via pytest
mypy==1.10.0
mypy==1.10.1
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -16,9 +16,9 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.365
pyright==1.1.369
# via -r typing.in
pytest==8.2.1
pytest==8.2.2
# via -r typing.in
typing-extensions==4.11.0
# via mypy
Expand Down

0 comments on commit faa2f04

Please sign in to comment.