Skip to content

Commit 5fdc3fe

Browse files
authored
Merge pull request #250 from Deltares/dependabot/pip/urllib3-2.6.0
chore(deps): bump urllib3 from 2.5.0 to 2.6.0
2 parents 8e51e0a + 00fe0e8 commit 5fdc3fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tomli==2.2.1 ; python_version >= "3.10" and python_full_version <= "3.11.0a6"
8282
tomlkit==0.11.8 ; python_version >= "3.10" and python_version < "4.0"
8383
typing-extensions==4.14.1 ; python_version >= "3.10" and python_version < "4.0"
8484
typing-inspection==0.4.1 ; python_version >= "3.10" and python_version < "4.0"
85-
urllib3==2.5.0 ; python_version >= "3.10" and python_version < "4.0"
85+
urllib3==2.6.0 ; python_version >= "3.10" and python_version < "4.0"
8686
uvicorn==0.21.1 ; python_version >= "3.10" and python_version < "4.0"
8787
wcwidth==0.2.13 ; python_version >= "3.10" and python_version < "4.0"
8888
zipp==3.23.0 ; python_version >= "3.10" and python_version < "4.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ sniffio==1.3.1 ; python_version >= "3.10" and python_version < "4.0"
3535
starlette==0.49.1 ; python_version >= "3.10" and python_version < "4.0"
3636
typing-extensions==4.14.1 ; python_version >= "3.10" and python_version < "4.0"
3737
typing-inspection==0.4.1 ; python_version >= "3.10" and python_version < "4.0"
38-
urllib3==2.5.0 ; python_version >= "3.10" and python_version < "4.0"
38+
urllib3==2.6.0 ; python_version >= "3.10" and python_version < "4.0"
3939
uvicorn==0.21.1 ; python_version >= "3.10" and python_version < "4.0"
4040
zipp==3.23.0 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)