Skip to content

Commit a883e22

Browse files
build(deps): Bump requests from 2.32.3 to 2.32.4 in /python (#15)
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2fa9a5 commit a883e22

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212
authors = [{ name = "STACKIT" }]
1313
dependencies = [
1414
"pyjwt==2.10.1",
15-
"requests==2.32.3",
15+
"requests==2.32.4",
1616
"stackit-stackitmarketplace==0.2.0",
1717
"stackit-core==0.1.0",
1818
]

python/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pytest==8.3.4
6464
# via marketplace-reference-code (pyproject.toml)
6565
python-dateutil==2.9.0.post0
6666
# via stackit-stackitmarketplace
67-
requests==2.32.3
67+
requests==2.32.4
6868
# via
6969
# marketplace-reference-code (pyproject.toml)
7070
# stackit-core

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pyjwt==2.10.1
3030
# stackit-core
3131
python-dateutil==2.9.0.post0
3232
# via stackit-stackitmarketplace
33-
requests==2.32.3
33+
requests==2.32.4
3434
# via
3535
# marketplace-reference-code (pyproject.toml)
3636
# stackit-core

0 commit comments

Comments
 (0)