Skip to content

Commit

Permalink
Update fastapi to 0.65.2 and dependencies
Browse files Browse the repository at this point in the history
They include several security fixes.
  • Loading branch information
davelopez committed Jun 14, 2021
1 parent 1677a95 commit 299a216
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions lib/galaxy/dependencies/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dogpile.cache==1.1.2; python_version >= "3.6"
ecdsa==0.14.1; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
fabric3==1.14.post1
fastapi-utils==0.2.1; python_version >= "3.6" and python_version < "4.0"
fastapi==0.63.0; python_version >= "3.6"
fastapi==0.65.2; python_version >= "3.6"
fluent-logger==0.10.0; python_version >= "3.5"
funcsigs==1.0.2
future==0.18.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
Expand Down Expand Up @@ -150,7 +150,7 @@ pyasn1-modules==0.2.8; python_version >= "2.7" and python_full_version < "3.0.0"
pyasn1==0.4.8; python_version >= "3.5" and python_version < "4"
pycparser==2.20; python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.4.0"
pycryptodome==3.10.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
pydantic==1.7.3; python_version >= "3.6" and python_version < "4.0"
pydantic==1.8.2; python_version >= "3.6" and python_version < "4.0"
pydot==1.4.2; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.6" and python_version < "4" and python_full_version >= "3.4.0"
pyeventsystem==0.1.0
pyfaidx==0.5.9.5
Expand Down Expand Up @@ -228,7 +228,7 @@ sqlalchemy==1.4.18
sqlitedict==1.7.0
sqlparse==0.4.1; python_version >= "3.5"
starlette-context==0.3.2; python_version >= "3.7"
starlette==0.13.6; python_version >= "3.6"
starlette==0.14.2; python_version >= "3.6"
statsd==3.3.0
stevedore==3.3.0; python_version >= "3.6"
svgwrite==1.4.1; python_version >= "3.6"
Expand Down
6 changes: 3 additions & 3 deletions lib/galaxy/dependencies/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dogpile.cache==1.1.2; python_version >= "3.6"
ecdsa==0.14.1; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
fabric3==1.14.post1
fastapi-utils==0.2.1; python_version >= "3.6" and python_version < "4.0"
fastapi==0.63.0; python_version >= "3.6"
fastapi==0.65.2; python_version >= "3.6"
funcsigs==1.0.2
future==0.18.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
galaxy-sequence-utils==1.1.5
Expand Down Expand Up @@ -133,7 +133,7 @@ pyasn1-modules==0.2.8; python_version >= "2.7" and python_full_version < "3.0.0"
pyasn1==0.4.8; python_version >= "3.5" and python_version < "4"
pycparser==2.20; python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.4.0"
pycryptodome==3.10.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
pydantic==1.7.3; python_version >= "3.6" and python_version < "4.0"
pydantic==1.8.2; python_version >= "3.6" and python_version < "4.0"
pydot==1.4.2; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.6" and python_version < "4" and python_full_version >= "3.4.0"
pyeventsystem==0.1.0
pyfaidx==0.5.9.5
Expand Down Expand Up @@ -184,7 +184,7 @@ sqlalchemy==1.4.18
sqlitedict==1.7.0
sqlparse==0.4.1; python_version >= "3.5"
starlette-context==0.3.2; python_version >= "3.7"
starlette==0.13.6; python_version >= "3.6"
starlette==0.14.2; python_version >= "3.6"
stevedore==3.3.0; python_version >= "3.6"
svgwrite==1.4.1; python_version >= "3.6"
tempita==0.5.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cwltool = "==3.0.20201109103151"
dictobj = "*"
docutils = "!=0.17, !=0.17.1"
Fabric3 = "*"
fastapi = ">=0.63.0"
fastapi = ">=0.65.2"
fastapi-utils = "*"
future = "*"
galaxy_sequence_utils = "*"
Expand Down

0 comments on commit 299a216

Please sign in to comment.