Skip to content

Commit

Permalink
Merge pull request #708 from kbase/dev_update_deps
Browse files Browse the repository at this point in the history
Dev update deps
  • Loading branch information
Tianhao-Gu authored Apr 4, 2024
2 parents 6c221f1 + 94adca4 commit 01c92e8
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 412 deletions.
16 changes: 8 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
fastapi = "==0.110.0"
uvicorn = {version = "==0.27.1", extras = ["standard"]}
uvicorn = {version = "==0.29.0", extras = ["standard"]}
jsonlines = "==4.0.0"
cacheout = "==0.16.0"
aiohttp = "==3.9.3"
Expand All @@ -17,7 +17,7 @@ beautifulsoup4 = "==4.12.3"
jsonschema = "==4.21.1"
apscheduler = "==3.10.4"
file-read-backwards = "==3.0.0"
aiodns = "==3.1.1"
aiodns = "==3.2.0"
docker = "==7.0.0"
click = "==8.1.7"
PyYAML = "==6.0.1"
Expand All @@ -33,13 +33,13 @@ requests-toolbelt = "==1.0.0"
# I'm guessing one of the pytest-*s has a requirement of <8
# but haven't checked
pytest = "==7.4.4"
coverage = "==7.4.3"
pytest-cov = "==4.1.0"
ipython = "==8.22.1"
pytest-asyncio = "==0.23.5"
coverage = "==7.4.4"
pytest-cov = "==5.0.0"
ipython = "==8.23.0"
pytest-asyncio = "==0.23.6"
# currently for design/experiments/store_mongo.py
pymongo = "==4.6.2"
sourmash = "==4.8.6"
pymongo = "==4.6.3"
sourmash = "==4.8.7"
prometheus-client = "==0.20.0"
pyqt5 = "==5.15.10"

Expand Down
Loading

0 comments on commit 01c92e8

Please sign in to comment.