Skip to content

Commit af24ddf

Browse files
Bump urllib3 from 2.5.0 to 2.6.0 in /lib/galaxy/dependencies
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 591e466 commit af24ddf

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)