Skip to content

Commit cf09b27

Browse files
authored
Merge pull request #21546 from galaxyproject/dependabot/pip/lib/galaxy/dependencies/urllib3-2.6.3
Bump urllib3 from 2.6.2 to 2.6.3 in /lib/galaxy/dependencies
2 parents 78c9eee + 2e154bd commit cf09b27

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ typing-extensions==4.15.0
236236
tzdata==2025.3 ; sys_platform == 'win32'
237237
url-normalize==2.2.1
238238
urllib3==1.26.20 ; python_full_version < '3.10'
239-
urllib3==2.6.2 ; python_full_version >= '3.10'
239+
urllib3==2.6.3 ; python_full_version >= '3.10'
240240
watchdog==6.0.0
241241
wcwidth==0.2.14
242242
webencodings==0.5.1 ; python_full_version < '3.10'

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ tzdata==2025.3
332332
tzlocal==5.3.1
333333
ubiquerg==0.8.2
334334
urllib3==1.26.20 ; python_full_version < '3.10'
335-
urllib3==2.6.2 ; python_full_version >= '3.10'
335+
urllib3==2.6.3 ; python_full_version >= '3.10'
336336
uvicorn==0.39.0 ; python_full_version < '3.10'
337337
uvicorn==0.40.0 ; python_full_version >= '3.10'
338338
uvloop==0.22.1

lib/galaxy/dependencies/pinned-test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ typing-extensions==4.15.0
181181
tzdata==2025.3 ; sys_platform == 'win32'
182182
url-normalize==2.2.1
183183
urllib3==1.26.20 ; python_full_version < '3.10'
184-
urllib3==2.6.2 ; python_full_version >= '3.10'
184+
urllib3==2.6.3 ; python_full_version >= '3.10'
185185
watchdog==6.0.0
186186
wcwidth==0.2.14
187187
webencodings==0.5.1 ; python_full_version < '3.10'

lib/galaxy/dependencies/pinned-typecheck-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ types-urllib3==1.26.25.14 ; python_full_version < '3.10'
3636
types-webencodings==0.5.0.20251108
3737
typing-extensions==4.15.0
3838
typing-inspection==0.4.2
39-
urllib3==2.6.2 ; python_full_version >= '3.10'
39+
urllib3==2.6.3 ; python_full_version >= '3.10'

0 commit comments

Comments
 (0)