Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.4` | `1.1.5` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.4` | `0.6.7` |
| [types-setuptools](https://github.com/python/typeshed) | `74.1.0.20240907` | `75.1.0.20240917` |
| [cibuildwheel](https://github.com/pypa/cibuildwheel) | `2.20.0` | `2.21.1` |
| [setuptools](https://github.com/pypa/setuptools) | `74.1.2` | `75.1.0` |



Updates `pytest-env` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](pytest-dev/pytest-env@1.1.4...1.1.5)

Updates `ruff` from 0.6.4 to 0.6.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.4...0.6.7)

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

Updates `cibuildwheel` from 2.20.0 to 2.21.1
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.20...v2.21.1)

Updates `setuptools` from 74.1.2 to 75.1.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v74.1.2...v75.1.0)

---
updated-dependencies:
- dependency-name: pytest-env
  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-major
  dependency-group: python-requirements
- dependency-name: cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: 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 Sep 23, 2024
1 parent a4031da commit 96f7dc7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/cbuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Tools
# ------------------------------------------------------------------------------
cibuildwheel==2.20.0 # https://github.com/pypa/cibuildwheel
setuptools==74.1.2 # https://github.com/pypa/setuptools
cibuildwheel==2.21.1 # https://github.com/pypa/cibuildwheel
setuptools==75.1.0 # https://github.com/pypa/setuptools

# Mypyc
# ------------------------------------------------------------------------------
Expand Down
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.6.4 # https://github.com/astral-sh/ruff
ruff==0.6.7 # https://github.com/astral-sh/ruff
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pytest==8.3.3 # 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
pytest-env==1.1.4 # https://github.com/MobileDynasty/pytest-env
pytest-env==1.1.5 # https://github.com/MobileDynasty/pytest-env
pytest-selenium==4.1.0 # https://github.com/pytest-dev/pytest-selenium

# Type check
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.11.2;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==74.1.0.20240907 # https://github.com/python/typeshed
types_setuptools==75.1.0.20240917 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard

0 comments on commit 96f7dc7

Please sign in to comment.