Unverified Commit 5d2d6034 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #21014 from mvdbeek/bump_tpv

Bump up total-perspective-vortex dependency
parents 5c663896 4071f34d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ ldap3==2.9.1
python-pam
galaxycloudrunner
pkce
total-perspective-vortex>=3.1.0,<4
total-perspective-vortex>=3.1.1,<4
openai
# upper version constraint because of https://github.com/galaxyproject/galaxy/issues/20600
redis>=5.3.0,<6
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ text-unidecode==1.3
tinydb==4.8.2
toml==0.10.2
tomli==2.2.1 ; python_full_version <= '3.11'
total-perspective-vortex==3.1.0
total-perspective-vortex==3.1.1
trio==0.31.0
trio-websocket==0.12.2
tuspy==1.1.0
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ text-unidecode==1.3
tinydb==4.8.2
toml==0.10.2
tomli==2.2.1 ; python_full_version <= '3.11'
total-perspective-vortex==3.1.0
total-perspective-vortex==3.1.1
trio==0.31.0
trio-websocket==0.12.2
tuspy==1.1.0
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ test = [
    "seletools",
    "statsd",
    "testfixtures",
    "total-perspective-vortex>=3.1.0,<4",  # https://github.com/galaxyproject/total-perspective-vortex/pull/166
    "total-perspective-vortex>=3.1.1,<4",  # https://github.com/galaxyproject/total-perspective-vortex/pull/173
    "tuspy",
    "twill>=3.2.5",  # Python 3.13 support
    "watchdog",