Skip to content

Commit 82b286e

Browse files
Bump the python-ci group across 1 directory with 8 updates (#19)
Bumps the python-ci group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.33.0` | `2.33.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.6` | `0.15.12` | | [mypy](https://github.com/python/mypy) | `1.15.0` | `1.20.2` | | [pip-audit](https://github.com/pypa/pip-audit) | `2.9.0` | `2.10.0` | | [gunicorn](https://github.com/benoitc/gunicorn) | `23.0.0` | `25.3.0` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20250402` | `6.0.12.20260408` | | [types-requests](https://github.com/python/typeshed) | `2.32.0.20250328` | `2.33.0.20260408` | Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) Updates `requests` from 2.33.0 to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.0...v2.33.1) Updates `ruff` from 0.11.6 to 0.15.12 - [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.11.6...0.15.12) Updates `mypy` from 1.15.0 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.20.2) Updates `pip-audit` from 2.9.0 to 2.10.0 - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](pypa/pip-audit@v2.9.0...v2.10.0) Updates `gunicorn` from 23.0.0 to 25.3.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...25.3.0) Updates `types-pyyaml` from 6.0.12.20250402 to 6.0.12.20260408 - [Commits](https://github.com/python/typeshed/commits) Updates `types-requests` from 2.32.0.20250328 to 2.33.0.20260408 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-ci - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-ci - dependency-name: pip-audit dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-ci - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-ci - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-ci - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-ci - dependency-name: types-pyyaml dependency-version: 6.0.12.20260408 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-ci - dependency-name: types-requests dependency-version: 2.33.0.20260408 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-ci ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f1deb0 commit 82b286e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

requirements-ci.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Pinned CI dependencies for reproducible builds.
22
# Update by running: pip install --upgrade <pkg> && pip freeze | grep <pkg>
33
# All versions must be reviewed before bumping.
4-
PyYAML==6.0.2
4+
PyYAML==6.0.3
55
Flask==3.1.3
6-
requests==2.33.0
6+
requests==2.33.1
77
pytest==9.0.3
88
pytest-asyncio==1.3.0
9-
ruff==0.11.6
9+
ruff==0.15.12
1010
bandit==1.9.4
11-
mypy==1.15.0
12-
pip-audit==2.9.0
11+
mypy==1.20.2
12+
pip-audit==2.10.0
1313
yara-python==4.5.4
14-
gunicorn==23.0.0
15-
types-PyYAML==6.0.12.20250402
16-
types-requests==2.32.0.20250328
14+
gunicorn==25.3.0
15+
types-PyYAML==6.0.12.20260408
16+
types-requests==2.33.0.20260408

0 commit comments

Comments
 (0)