Skip to content

Commit b5a4ef5

Browse files
chore(deps): bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the / directory: [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `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) Updates `urllib3` from 2.2.3 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.3...2.5.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8873515 commit b5a4ef5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ mock==5.1.0
44
monotonic==1.6
55
packaging==24.1
66
pytest==8.3.3
7-
requests==2.32.3
7+
requests==2.32.4
88
flake8==7.1.1
99
python-dateutil==2.9.0
1010
python-dotenv==1.0.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ python-dateutil==2.9.0
4141
# via -r requirements.in
4242
python-dotenv==1.0.1
4343
# via -r requirements.in
44-
requests==2.32.3
44+
requests==2.32.4
4545
# via -r requirements.in
4646
six==1.16.0
4747
# via python-dateutil
48-
urllib3==2.2.3
48+
urllib3==2.5.0
4949
# via requests

0 commit comments

Comments
 (0)