Skip to content

Commit

Permalink
upgrade dependencies for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 16, 2023
1 parent e534cbc commit b22a86a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ jupyter-core==5.4.0
# nbconvert
# nbformat
# notebook
jupyter-events==0.7.0
jupyter-events==0.8.0
# via jupyter-server
jupyter-server==2.7.3
jupyter-server==2.8.0
# via
# nbclassic
# notebook-shim
Expand Down Expand Up @@ -333,7 +333,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==10.0.1
pillow==10.1.0
# via matplotlib
pint==0.19.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand All @@ -352,7 +352,7 @@ protobuf==4.24.4
# via
# ddsketch
# ddtrace
psutil==5.9.5
psutil==5.9.6
# via
# ddtrace
# ipykernel
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==10.0.1
pillow==10.1.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ jupyter-core==5.4.0
# nbconvert
# nbformat
# notebook
jupyter-events==0.7.0
jupyter-events==0.8.0
# via jupyter-server
jupyter-kernel-gateway==2.5.2
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
jupyter-server==2.7.3
jupyter-server==2.8.0
# via
# nbclassic
# notebook-shim
Expand Down Expand Up @@ -271,7 +271,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==10.0.1
pillow==10.1.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
Expand All @@ -292,7 +292,7 @@ protobuf==4.24.4
# via
# ddsketch
# ddtrace
psutil==5.9.5
psutil==5.9.6
# via
# -r MPContribs/mpcontribs-kernel-gateway/requirements.in
# ddtrace
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pillow==10.0.1
pillow==10.1.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
Expand All @@ -257,7 +257,7 @@ protobuf==4.24.4
# via
# ddsketch
# ddtrace
psutil==5.9.5
psutil==5.9.6
# via
# ddtrace
# ipykernel
Expand Down

0 comments on commit b22a86a

Please sign in to comment.