Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated dependency upgrades #1824

Merged
merged 8 commits into from
Sep 4, 2024
Prev Previous commit
update dependencies for mpcontribs-portal (ubuntu-latest/py3.11)
  • Loading branch information
github-actions committed Sep 4, 2024
commit 0220184c9700e974f80c9ea14337f07a378a5897
8 changes: 4 additions & 4 deletions mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (setup.py)
boto3==1.35.10
boto3==1.35.12
# via mpcontribs-portal (setup.py)
botocore==1.35.10
botocore==1.35.12
# via
# boto3
# s3transfer
Expand All @@ -46,7 +46,7 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.11.2
ddtrace==2.11.3
# via mpcontribs-portal (setup.py)
debugpy==1.8.5
# via ipykernel
Expand Down Expand Up @@ -151,7 +151,7 @@ jupyter-core==5.7.2
# nbformat
jupyterlab-pygments==0.3.0
# via nbconvert
kiwisolver==1.4.6
kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (setup.py)
boto3==1.35.10
boto3==1.35.12
# via mpcontribs-portal (setup.py)
botocore==1.35.10
botocore==1.35.12
# via
# boto3
# s3transfer
Expand All @@ -46,7 +46,7 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.11.2
ddtrace==2.11.3
# via mpcontribs-portal (setup.py)
debugpy==1.8.5
# via ipykernel
Expand Down Expand Up @@ -155,7 +155,7 @@ jupyter-core==5.7.2
# nbformat
jupyterlab-pygments==0.3.0
# via nbconvert
kiwisolver==1.4.6
kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
Expand Down
Loading