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 |
| --- | --- | --- |
| [typeguard](https://github.com/agronholm/typeguard) | `4.4.0` | `4.4.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.7.3` |
| [setuptools](https://github.com/pypa/setuptools) | `75.3.0` | `75.5.0` |
| [types-setuptools](https://github.com/python/typeshed) | `75.2.0.20241025` | `75.3.0.20241112` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.387` | `1.1.389` |



Updates `typeguard` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/typeguard@4.4.0...4.4.1)

Updates `ruff` from 0.7.1 to 0.7.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.7.1...0.7.3)

Updates `setuptools` from 75.3.0 to 75.5.0
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v75.3.0...v75.5.0)

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

Updates `pyright` from 1.1.387 to 1.1.389
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.387...v1.1.389)

---
updated-dependencies:
- dependency-name: typeguard
  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: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: types-setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: pyright
  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 Nov 14, 2024
1 parent f5078d9 commit a7765d1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Flask>=3.0.0,<4.0 # https://github.com/pallets/flask

# Tools
# ------------------------------------------------------------------------------
typeguard==4.4.0 # https://github.com/agronholm/typeguard
typeguard==4.4.1 # https://github.com/agronholm/typeguard
typing_extensions>=4.3.0 # https://github.com/python/typing/blob/master/typing_extensions/README.rst
typing_inspect==0.9.0 # https://github.com/ilevkivskyi/typing_inspect

Expand Down
2 changes: 1 addition & 1 deletion requirements/cbuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Tools
# ------------------------------------------------------------------------------
cibuildwheel==2.21.3 # https://github.com/pypa/cibuildwheel
setuptools==75.3.0 # https://github.com/pypa/setuptools
setuptools==75.5.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.7.1 # https://github.com/astral-sh/ruff
ruff==0.7.3 # 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 @@ -9,7 +9,7 @@ pytest-selenium==4.1.0 # https://github.com/pytest-dev/pytest-selenium

# Type check
# ------------------------------------------------------------------------------
typeguard==4.4.0 # https://github.com/agronholm/typeguard
typeguard==4.4.1 # https://github.com/agronholm/typeguard

# Code quality
# ------------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# ------------------------------------------------------------------------------
mypy==1.13.0;python_version>="3.11" # https://github.com/python/mypy
pytype==2024.10.11;python_version~="3.11.0" # https://github.com/google/pytype
types_setuptools==75.2.0.20241025 # https://github.com/python/typeshed
typeguard==4.4.0 # https://github.com/agronholm/typeguard
pyright==1.1.387;python_version>="3.11" # https://github.com/microsoft/pyright
types_setuptools==75.3.0.20241112 # https://github.com/python/typeshed
typeguard==4.4.1 # https://github.com/agronholm/typeguard
pyright==1.1.389;python_version>="3.11" # https://github.com/microsoft/pyright

0 comments on commit a7765d1

Please sign in to comment.