Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.3.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.5.1` | `7.6.0` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.3` | `0.5.4` |
| [mypy](https://github.com/python/mypy) | `1.10.0` | `1.11.0` |
| [types-setuptools](https://github.com/python/typeshed) | `69.5.0.20240423` | `71.1.0.20240724` |



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

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

Updates `requests` from 2.31.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.3)

Updates `ruff` from 0.4.3 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@v0.4.3...0.5.4)

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

Updates `types-setuptools` from 69.5.0.20240423 to 71.1.0.20240724
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: types-setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 5f757c0 commit 3ce620e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/style.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Code formatter + Code quality + Code linter
# ------------------------------------------------------------------------------
ruff==0.4.3 # https://github.com/astral-sh/ruff
ruff==0.5.4 # https://github.com/astral-sh/ruff
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Testing
# ------------------------------------------------------------------------------
pytest==8.2.0 # https://github.com/pytest-dev/pytest
pytest==8.3.2 # https://github.com/pytest-dev/pytest
pytest-cov==5.0.0 # https://github.com/pytest-dev/pytest-cov
pytest-xdist==3.6.1 # https://github.com/pytest-dev/pytest-xdist
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
Expand All @@ -13,8 +13,8 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard

# Code quality
# ------------------------------------------------------------------------------
coverage==7.5.1 # https://github.com/nedbat/coveragepy
coverage==7.6.0 # https://github.com/nedbat/coveragepy

# Tools
# ------------------------------------------------------------------------------
requests==2.31.0 # https://github.com/psf/requests
requests==2.32.3 # https://github.com/psf/requests
4 changes: 2 additions & 2 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Type check
# ------------------------------------------------------------------------------
mypy==1.10.0;python_version>="3.11" # https://github.com/python/mypy
types_setuptools==69.5.0.20240423 # https://github.com/python/typeshed
mypy==1.11.0;python_version>="3.11" # https://github.com/python/mypy
types_setuptools==71.1.0.20240724 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard

0 comments on commit 3ce620e

Please sign in to comment.