Skip to content

Commit

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


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

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

---
updated-dependencies:
- 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-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 1fe7125 commit eb32eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0 # https://github.com/pypa/setuptools
setuptools==73.0.1 # 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/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# ------------------------------------------------------------------------------
mypy==1.11.1;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==71.1.0.20240818 # https://github.com/python/typeshed
types_setuptools==73.0.0.20240822 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard

0 comments on commit eb32eba

Please sign in to comment.