Skip to content

Commit

Permalink
dependabot PRs
Browse files Browse the repository at this point in the history
build(deps): bump node in /mpcontribs-portal

Bumps node from 18.2.0-slim to 18.3.0-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump notebook from 6.4.11 to 6.4.12 in /mpcontribs-api

Bumps [notebook](http://jupyter.org) from 6.4.11 to 6.4.12.

---
updated-dependencies:
- dependency-name: notebook
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump plotly from 5.8.0 to 5.8.2 in /mpcontribs-client

Bumps [plotly](https://github.com/plotly/plotly.py) from 5.8.0 to 5.8.2.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.py@v5.8.0...v5.8.2)

---
updated-dependencies:
- dependency-name: plotly
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump jupyter-client in /mpcontribs-kernel-gateway

Bumps [jupyter-client](https://github.com/jupyter/jupyter_client) from 7.3.2 to 7.3.4.
- [Release notes](https://github.com/jupyter/jupyter_client/releases)
- [Changelog](https://github.com/jupyter/jupyter_client/blob/main/CHANGELOG.md)
- [Commits](jupyter/jupyter_client@v7.3.2...v7.3.4)

---
updated-dependencies:
- dependency-name: jupyter-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump boto3 from 1.24.2 to 1.24.7 in /mpcontribs-portal

Bumps [boto3](https://github.com/boto/boto3) from 1.24.2 to 1.24.7.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.24.2...1.24.7)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

build(deps): bump ipykernel from 6.13.0 to 6.13.1 in /mpcontribs-portal

Bumps [ipykernel]() from 6.13.0 to 6.13.1.

---
updated-dependencies:
- dependency-name: ipykernel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Jun 14, 2022
1 parent 7853f5c commit 33e06a5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-api/requirements.txt
Expand Up @@ -19,7 +19,7 @@ jinja2==3.1.2
json2html==1.3.0
more-itertools==8.13.0
nbformat==5.4.0
notebook==6.4.11
notebook==6.4.12
pint==0.19.2
psycopg2==2.9.3
pymatgen==2022.5.26
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-client/requirements.txt
Expand Up @@ -9,7 +9,7 @@ json2html==1.3.0
jsonschema<4.0
pandas==1.4.2
pint==0.19.2
plotly==5.8.0
plotly==5.8.2
pyIsEmail==1.4.0
pymatgen==2022.5.26
pymongo==4.1.1
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-kernel-gateway/requirements.txt
@@ -1,7 +1,7 @@
blinker==1.4
ddtrace==1.1.4
ipywidgets==7.7.0
jupyter-client==7.3.2
jupyter-client==7.3.4
jupyter-kernel-gateway==2.5.1
kaleido==0.2.1
mpcontribs-client==4.2.10
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/Dockerfile
@@ -1,5 +1,5 @@
FROM materialsproject/devops:python-3.97.19 as base
FROM node:18.2.0-slim as node
FROM node:18.3.0-slim as node

FROM node as webpack-deps
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-portal/requirements.txt
@@ -1,13 +1,13 @@
boltons==21.0.0
boto3==1.24.2
boto3==1.24.7
ddtrace==1.1.4
Django>=3.2,<4.0
django-extensions==3.1.5
django-settings-file==2.10.0
django-webpack4-loader==0.0.5
fastnumbers==3.2.1
gunicorn[gevent]==20.1.0
ipykernel==6.13.0
ipykernel==6.13.1
ipython-genutils==0.2.0
jinja2==3.1.2
json2html==1.3.0
Expand Down

0 comments on commit 33e06a5

Please sign in to comment.