Skip to content

Commit 18d6faa

Browse files
Bump urllib3 from 2.2.2 to 2.6.3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.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.2.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 f6aff7f commit 18d6faa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ requests==2.32.3; python_version >= '3.8'
1616
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
1717
sqlalchemy==1.4.53; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
1818
sqlparse==0.5.1; python_version >= '3.8'
19-
urllib3==2.2.2; python_version >= '3.8'
19+
urllib3==2.6.3; python_version >= '3.8'
2020
virtualenv==20.26.3; python_version >= '3.7'

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ pysolr==3.9.0
1313
pytest==8.3.2; python_version >= '3.8'
1414
requests==2.32.3; python_version >= '3.8'
1515
tomli==2.0.1; python_version < '3.11'
16-
urllib3==2.2.2; python_version >= '3.8'
16+
urllib3==2.6.3; python_version >= '3.8'

0 commit comments

Comments
 (0)