Skip to content

Commit c644a47

Browse files
chore(deps): bump the pip group across 1 directory with 3 updates
Bumps the pip group with 3 updates in the / directory: [python-dotenv](https://github.com/theskumar/python-dotenv), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `python-dotenv` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.1...v1.2.2) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.33.0) Updates `urllib3` from 2.2.3 to 2.7.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.7.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a0c2ba commit c644a47

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ idna==3.15
44
mock==5.1.0
55
packaging==24.1
66
pytest==8.3.3
7-
requests==2.32.4
7+
requests==2.33.0
88
flake8==7.1.1
99
python-dateutil==2.9.0
10-
python-dotenv==1.0.1
10+
python-dotenv==1.2.2

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ pytest==8.3.3
3939
# via -r requirements.in
4040
python-dateutil==2.9.0
4141
# via -r requirements.in
42-
python-dotenv==1.0.1
42+
python-dotenv==1.2.2
4343
# via -r requirements.in
44-
requests==2.32.4
44+
requests==2.33.0
4545
# via -r requirements.in
4646
six==1.16.0
4747
# via python-dateutil
48-
urllib3==2.2.3
48+
urllib3==2.7.0
4949
# via requests

0 commit comments

Comments
 (0)