Skip to content

Commit

Permalink
Work around pygithub pin
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 10, 2020
1 parent 41fd63c commit b6a5989
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/dependencies/pipfiles/default/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ galaxy_sequence_utils = "*"
h5py = "!=2.7.0, !=2.7.1"
pykwalify = "*"
"Cheetah3" = "*"
requests = "*"
requests = "<2.25" # PyGitHub 1.54 requires requests < 2.25
bioblend = "*"
boto = "*"
kombu = "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pytest==6.1.2
python-irodsclient==0.8.5
pytz==2020.4
recommonmark==0.6.0
requests==2.25.0
requests==2.24.0
responses==0.12.1
selenium==3.141.0
six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand All @@ -66,7 +66,7 @@ sphinxcontrib-serializinghtml==1.1.4; python_version >= '3.5'
testfixtures==6.16.0
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
twill==2.0.1
urllib3==1.26.2; python_version != '3.4'
urllib3==1.25.11; python_version != '3.4'
watchdog==1.0.0
wcwidth==0.2.5; sys_platform != 'win32'
wrapt==1.12.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ refgenconf==0.9.3
repoze.lru==0.7
requests-oauthlib==1.3.0
requests-toolbelt==0.9.1
requests==2.25.0
requests==2.24.0
requestsexceptions==1.4.0
rfc3986==1.4.0
routes==2.5.1
Expand Down Expand Up @@ -180,7 +180,7 @@ tzlocal==2.1
ubiquerg==0.6.1
unidecode==1.1.1; python_version >= '3.0'
uritemplate==3.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3==1.26.2; python_version != '3.4'
urllib3==1.25.11; python_version != '3.4'
uvicorn==0.13.0
vine==5.0.0; python_version >= '3.6'
wcwidth==0.2.5; sys_platform != 'win32'
Expand Down

0 comments on commit b6a5989

Please sign in to comment.