Skip to content

Commit 2360970

Browse files
authored
Merge pull request galaxyproject#21399 from galaxyproject/dependabot/pip/lib/galaxy/dependencies/urllib3-2.6.0
Bump urllib3 from 2.5.0 to 2.6.0 in /lib/galaxy/dependencies
2 parents 591e466 + af24ddf commit 2360970

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
@@ -232,7 +232,7 @@ typing-extensions==4.15.0
232232
tzdata==2025.2 ; sys_platform == 'win32'
233233
url-normalize==2.2.1
234234
urllib3==1.26.20 ; python_full_version < '3.10'
235-
urllib3==2.5.0 ; python_full_version >= '3.10'
235+
urllib3==2.6.0 ; python_full_version >= '3.10'
236236
watchdog==6.0.0
237237
wcwidth==0.2.14
238238
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
@@ -234,7 +234,7 @@ tzdata==2025.2
234234
tzlocal==5.3.1
235235
ubiquerg==0.8.1
236236
urllib3==1.26.20 ; python_full_version < '3.10'
237-
urllib3==2.5.0 ; python_full_version >= '3.10'
237+
urllib3==2.6.0 ; python_full_version >= '3.10'
238238
uvicorn==0.38.0
239239
uvloop==0.22.1
240240
vine==5.1.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ typing-extensions==4.15.0
179179
tzdata==2025.2 ; sys_platform == 'win32'
180180
url-normalize==2.2.1
181181
urllib3==1.26.20 ; python_full_version < '3.10'
182-
urllib3==2.5.0 ; python_full_version >= '3.10'
182+
urllib3==2.6.0 ; python_full_version >= '3.10'
183183
watchdog==6.0.0
184184
wcwidth==0.2.14
185185
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.5.0 ; python_full_version >= '3.10'
39+
urllib3==2.6.0 ; python_full_version >= '3.10'

0 commit comments

Comments
 (0)