Skip to content

Commit

Permalink
Bump the python-requirements group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group with 9 updates in the /requirements directory:

| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.8` |
| [mypy](https://github.com/python/mypy) | `1.11.1` | `1.13.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `3.8.0` | `4.0.1` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.377` | `1.1.389` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.0.2` | `8.1.3` |
| [tox](https://github.com/tox-dev/tox) | `4.18.0` | `4.23.2` |
| [types-python-dateutil](https://github.com/python/typeshed) | `2.9.0.20240821` | `2.9.0.20241003` |
| [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2.post1` |



Updates `coverage` from 7.6.1 to 7.6.8
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.1...7.6.8)

Updates `mypy` from 1.11.1 to 1.13.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.11.1...v1.13.0)

Updates `pre-commit` from 3.8.0 to 4.0.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.8.0...v4.0.1)

Updates `pyright` from 1.1.377 to 1.1.389
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.377...v1.1.389)

Updates `pytest` from 8.3.2 to 8.3.3
- [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.3.2...8.3.3)

Updates `sphinx` from 8.0.2 to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.0.2...v8.1.3)

Updates `tox` from 4.18.0 to 4.23.2
- [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.18.0...4.23.2)

Updates `types-python-dateutil` from 2.9.0.20240821 to 2.9.0.20241003
- [Commits](https://github.com/python/typeshed/commits)

Updates `build` from 1.2.1 to 1.2.2.post1
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.2.1...1.2.2.post1)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: types-python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 2bc5ea0 commit 31ede43
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile build.in
#
build==1.2.1
build==1.2.2.post1
# via -r build.in
packaging==24.1
# via build
Expand Down
25 changes: 13 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ charset-normalizer==3.3.2
# requests
colorama==0.4.6
# via tox
coverage==7.6.1
coverage==7.6.8
# via -r tests.txt
distlib==0.3.8
# via virtualenv
Expand All @@ -41,7 +41,7 @@ docutils==0.21.2
# -r docs.txt
# myst-parser
# sphinx
filelock==3.15.4
filelock==3.16.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -84,7 +84,7 @@ mdurl==0.1.2
# via
# -r docs.txt
# markdown-it-py
mypy==1.11.1
mypy==1.13.0
# via -r typing.txt
mypy-extensions==1.0.0
# via
Expand All @@ -106,7 +106,7 @@ packaging==24.1
# pytest
# sphinx
# tox
platformdirs==4.2.2
platformdirs==4.3.6
# via
# tox
# virtualenv
Expand All @@ -116,18 +116,18 @@ pluggy==1.5.0
# -r typing.txt
# pytest
# tox
pre-commit==3.8.0
pre-commit==4.0.1
# via -r dev.in
pygments==2.18.0
# via
# -r docs.txt
# furo
# sphinx
pyproject-api==1.7.1
pyproject-api==1.8.0
# via tox
pyright==1.1.377
pyright==1.1.389
# via -r typing.txt
pytest==8.3.2
pytest==8.3.3
# via
# -r tests.txt
# -r typing.txt
Expand All @@ -148,7 +148,7 @@ soupsieve==2.6
# via
# -r docs.txt
# beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r docs.txt
# furo
Expand Down Expand Up @@ -185,19 +185,20 @@ sphinxcontrib-serializinghtml==2.0.0
# via
# -r docs.txt
# sphinx
tox==4.18.0
tox==4.23.2
# via -r dev.in
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20241003
# via -r typing.txt
typing-extensions==4.12.2
# via
# -r typing.txt
# mypy
# pyright
urllib3==2.2.2
# via
# -r docs.txt
# requests
virtualenv==20.26.3
virtualenv==20.28.0
# via
# pre-commit
# tox
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==8.1.3
# via
# -r docs.in
# furo
Expand Down
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile tests.in
#
coverage==7.6.1
coverage==7.6.8
# via -r tests.in
iniconfig==2.0.0
# via pytest
packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.2
pytest==8.3.3
# via -r tests.in
12 changes: 7 additions & 5 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.11.1
mypy==1.13.0
# via -r typing.in
mypy-extensions==1.0.0
# via mypy
Expand All @@ -16,11 +16,13 @@ packaging==24.1
# via pytest
pluggy==1.5.0
# via pytest
pyright==1.1.377
pyright==1.1.389
# via -r typing.in
pytest==8.3.2
pytest==8.3.3
# via -r typing.in
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20241003
# via -r typing.in
typing-extensions==4.12.2
# via mypy
# via
# mypy
# pyright

0 comments on commit 31ede43

Please sign in to comment.