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: [pytest](https://github.com/pytest-dev/pytest), [coverage](https://github.com/nedbat/coveragepy), [ruff](https://github.com/astral-sh/ruff) and [types-setuptools](https://github.com/python/typeshed).


Updates `pytest` from 8.0.0 to 8.0.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.0.0...8.0.1)

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

Updates `ruff` from 0.2.1 to 0.2.2
- [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.2.1...v0.2.2)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 61d37b8 commit 136c126
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.1 # https://github.com/astral-sh/ruff
ruff==0.2.2 # https://github.com/astral-sh/ruff
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Testing
# ------------------------------------------------------------------------------
pytest==8.0.0 # https://github.com/pytest-dev/pytest
pytest==8.0.1 # https://github.com/pytest-dev/pytest
pytest-cov==4.1.0 # https://github.com/pytest-dev/pytest-cov
pytest-xdist==3.5.0 # https://github.com/pytest-dev/pytest-xdist
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
Expand All @@ -13,7 +13,7 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard

# Code quality
# ------------------------------------------------------------------------------
coverage==7.4.1 # https://github.com/nedbat/coveragepy
coverage==7.4.2 # https://github.com/nedbat/coveragepy

# Tools
# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# ------------------------------------------------------------------------------
mypy==1.8.0;python_version>="3.11" # https://github.com/python/mypy
pytype==2024.1.5;python_version>="3.11" and python_version<"3.12" # https://github.com/google/pytype
types_setuptools==69.0.0.20240125 # https://github.com/python/typeshed
types_setuptools==69.1.0.20240223 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard

0 comments on commit 136c126

Please sign in to comment.