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
…573)

Bumps the python-requirements group with 2 updates in the /requirements directory: [pyright](https://github.com/RobertCraigie/pyright-python) and [cibuildwheel](https://github.com/pypa/cibuildwheel).


Updates `pyright` from 1.1.382.post0 to 1.1.383
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.382.post0...v1.1.383)

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

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2024
1 parent 0013855 commit 78a61e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/cbuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

# Mypyc
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ 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==75.1.0.20240917 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard
pyright==1.1.382.post0;python_version>="3.11" # https://github.com/microsoft/pyright
pyright==1.1.383;python_version>="3.11" # https://github.com/microsoft/pyright

0 comments on commit 78a61e0

Please sign in to comment.