Skip to content

Commit 5d2d603

Browse files
authored
Merge pull request #21014 from mvdbeek/bump_tpv
Bump up total-perspective-vortex dependency
2 parents 5c66389 + 4071f34 commit 5d2d603

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/galaxy/dependencies/conditional-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ldap3==2.9.1
1313
python-pam
1414
galaxycloudrunner
1515
pkce
16-
total-perspective-vortex>=3.1.0,<4
16+
total-perspective-vortex>=3.1.1,<4
1717
openai
1818
# upper version constraint because of https://github.com/galaxyproject/galaxy/issues/20600
1919
redis>=5.3.0,<6

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ text-unidecode==1.3
200200
tinydb==4.8.2
201201
toml==0.10.2
202202
tomli==2.2.1 ; python_full_version <= '3.11'
203-
total-perspective-vortex==3.1.0
203+
total-perspective-vortex==3.1.1
204204
trio==0.31.0
205205
trio-websocket==0.12.2
206206
tuspy==1.1.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ text-unidecode==1.3
149149
tinydb==4.8.2
150150
toml==0.10.2
151151
tomli==2.2.1 ; python_full_version <= '3.11'
152-
total-perspective-vortex==3.1.0
152+
total-perspective-vortex==3.1.1
153153
trio==0.31.0
154154
trio-websocket==0.12.2
155155
tuspy==1.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ test = [
146146
"seletools",
147147
"statsd",
148148
"testfixtures",
149-
"total-perspective-vortex>=3.1.0,<4", # https://github.com/galaxyproject/total-perspective-vortex/pull/166
149+
"total-perspective-vortex>=3.1.1,<4", # https://github.com/galaxyproject/total-perspective-vortex/pull/173
150150
"tuspy",
151151
"twill>=3.2.5", # Python 3.13 support
152152
"watchdog",

0 commit comments

Comments
 (0)