Skip to content

Commit 7c1d50c

Browse files
[pip] (deps): Bump urllib3 from 2.6.2 to 2.6.3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 644d623 commit 7c1d50c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ python-json-logger==4.0.0
2121
# via hatch.envs.default
2222
requests==2.32.5
2323
# via hatch.envs.default
24-
urllib3==2.6.2
24+
urllib3==2.6.3
2525
# via requests

requirements/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ typing-extensions==4.15.0
101101
# via
102102
# hatch.envs.dev
103103
# pyright
104-
urllib3==2.6.2
104+
urllib3==2.6.3
105105
# via requests
106106
virtualenv==20.35.4
107107
# via pre-commit

0 commit comments

Comments
 (0)