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 |
| --- | --- | --- |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.2` | `0.6.4` |
| [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.1.3` | `1.1.4` |
| [types-setuptools](https://github.com/python/typeshed) | `73.0.0.20240822` | `74.1.0.20240907` |
| [setuptools](https://github.com/pypa/setuptools) | `73.0.1` | `74.1.2` |
| [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2` |



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

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

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

Updates `setuptools` from 73.0.1 to 74.1.2
- [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.2)

Updates `build` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pytest-env
  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
- dependency-name: build
  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 Sep 9, 2024
1 parent 0d88158 commit 69ed203
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Tools
# ------------------------------------------------------------------------------
wheel==0.44.0 # https://github.com/pypa/wheel
setuptools==73.0.1 # https://github.com/pypa/setuptools
build==1.2.1 # https://github.com/pypa/build
setuptools==74.1.2 # https://github.com/pypa/setuptools
build==1.2.2 # https://github.com/pypa/build
packaging==24.1 # https://github.com/pypa/packaging
pyproject-hooks==1.1.0 # https://github.com/pypa/pyproject-hooks
twine==5.1.1 # https://github.com/pypa/twine
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.4 # 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.2 # 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.3 # https://github.com/MobileDynasty/pytest-env
pytest-env==1.1.4 # 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==73.0.0.20240822 # https://github.com/python/typeshed
types_setuptools==74.1.0.20240907 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard

0 comments on commit 69ed203

Please sign in to comment.