Skip to content

Commit 1caa27e

Browse files
chore(deps): bump the python-deps group across 1 directory with 2 updates
Updates the requirements on [requests](https://github.com/psf/requests) and [maturin](https://github.com/pyo3/maturin) to permit the latest version. 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 `maturin` to 1.13.3 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](PyO3/maturin@v1.13.1...v1.13.3) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: maturin dependency-version: 1.13.3 dependency-type: direct:development dependency-group: python-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1c3f8d commit 1caa27e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=1.13.1,<2.0"]
2+
requires = ["maturin>=1.13.3,<2.0"]
33
build-backend = "maturin"
44

55
[project]
@@ -28,9 +28,9 @@ keywords = ["ssrf", "security", "network", "validation"]
2828

2929
[project.optional-dependencies]
3030
httpx = ["httpx>=0.24"]
31-
requests = ["requests>=2.28"]
31+
requests = ["requests>=2.34.2"]
3232
ssh = ["paramiko>=3.0"]
33-
all = ["httpx>=0.24", "requests>=2.28", "paramiko>=3.0"]
33+
all = ["httpx>=0.24", "requests>=2.34.2", "paramiko>=3.0"]
3434
dev = ["pytest>=7", "pytest-asyncio>=0.21"]
3535

3636
[project.urls]

python/uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)