Skip to content

Commit

Permalink
Bump orchestrator deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Jul 10, 2024
1 parent 00e36da commit f0e4b14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions orchestrator/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ mypy = "~=1.10"
pylint = "~=3.2"

[packages]
docker = "~=4.4.4"
flask = "~=1.1.2"
gunicorn = "~=20.1.0"
docker = "~=4.4"
flask = "~=2.3"
gunicorn = "~=20.1"
mysqlclient = "==2.1.1"
psycopg2 = "~=2.8.6"
pycryptodome = "~=3.10.1"
psycopg2 = "~=2.8"
pycryptodome = "~=3.10"
websockets = "~=8.1"

[requires]
Expand Down
6 changes: 3 additions & 3 deletions orchestrator/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0e4b14

Please sign in to comment.