Skip to content

Commit

Permalink
Bump the python-requirements group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group with 3 updates in the /requirements directory: [ruff](https://github.com/astral-sh/ruff), [types-setuptools](https://github.com/python/typeshed) and [setuptools](https://github.com/pypa/setuptools).


Updates `ruff` from 0.6.2 to 0.6.3
- [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.2...0.6.3)

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

Updates `setuptools` from 73.0.1 to 74.1.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v73.0.1...v74.1.0)

---
updated-dependencies:
- 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: 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 3, 2024
1 parent 0d88158 commit f605a93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tools
# ------------------------------------------------------------------------------
wheel==0.44.0 # https://github.com/pypa/wheel
setuptools==73.0.1 # https://github.com/pypa/setuptools
setuptools==74.1.0 # https://github.com/pypa/setuptools
build==1.2.1 # https://github.com/pypa/build
packaging==24.1 # https://github.com/pypa/packaging
pyproject-hooks==1.1.0 # https://github.com/pypa/pyproject-hooks
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.2 # https://github.com/astral-sh/ruff
ruff==0.6.3 # https://github.com/astral-sh/ruff
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==73.0.0.20240822 # https://github.com/python/typeshed
types_setuptools==74.0.0.20240831 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard

0 comments on commit f605a93

Please sign in to comment.