Skip to content

Commit e2a71d4

Browse files
build(deps): bump the production-minor-patch group with 3 updates
Bumps the production-minor-patch group with 3 updates: [requests](https://github.com/psf/requests), [black](https://github.com/psf/black) and [ruff](https://github.com/astral-sh/ruff). Updates `requests` from 2.33.1 to 2.34.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.1...v2.34.2) Updates `black` from 26.3.1 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@26.3.1...26.5.1) Updates `ruff` from 0.15.12 to 0.15.13 - [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.15.12...0.15.13) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1c216e commit e2a71d4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ pytest-cov==7.1.0
77
pytest-asyncio==1.3.0
88

99
# Code quality
10-
black==26.3.1
11-
ruff==0.15.12
10+
black==26.5.1
11+
ruff==0.15.13
1212
mypy==2.1.0
1313
pre-commit==4.6.0
1414

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ gunicorn==26.0.0
1313

1414
# Data and utilities
1515
PyYAML==6.0.3
16-
requests==2.33.1
16+
requests==2.34.2
1717

1818
# Development and testing (optional, can be in separate requirements-dev.txt)
1919
pytest==9.0.3
2020
pytest-cov==7.1.0
21-
black==26.3.1
22-
ruff==0.15.12
21+
black==26.5.1
22+
ruff==0.15.13
2323
mypy==2.1.0

0 commit comments

Comments
 (0)