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 16.7.0-slim to 16.8.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 pymatgen in /mpcontribs-api

Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2022.0.11 to 2022.0.12.
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/CHANGES.rst)
- [Commits](materialsproject/pymatgen@v2022.0.11...v2022.0.12)

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

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

build(deps): bump cryptography from 3.4.7 to 3.4.8 in /mpcontribs-client

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 3.4.8.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.4.7...3.4.8)

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

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

build(deps): bump ipython from 7.26.0 to 7.27.0 in /mpcontribs-client

Bumps [ipython](https://github.com/ipython/ipython) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@7.26.0...7.27.0)

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

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

build(deps): bump plotly from 5.2.1 to 5.3.0 in /mpcontribs-client

Bumps [plotly](https://github.com/plotly/plotly.py) from 5.2.1 to 5.3.0.
- [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.2.1...v5.3.0)

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

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

build(deps): bump pymatgen in /mpcontribs-client

Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2022.0.11 to 2022.0.12.
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/CHANGES.rst)
- [Commits](materialsproject/pymatgen@v2022.0.11...v2022.0.12)

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

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

build(deps): bump boto3 from 1.18.26 to 1.18.31 in /mpcontribs-portal

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

---
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.2.0 to 6.3.0 in /mpcontribs-portal

Bumps [ipykernel](https://ipython.org) from 6.2.0 to 6.3.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Aug 30, 2021
1 parent fda3147 commit 7560ff9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-api/requirements.txt
Expand Up @@ -21,7 +21,7 @@ nbformat==5.1.3
notebook==6.4.3
pint==0.17
psycopg2==2.9.1
pymatgen==2022.0.11
pymatgen==2022.0.12
pyopenssl==20.0.1
python-snappy==0.6.0
rq-dashboard==0.6.1
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-client/requirements.txt
@@ -1,16 +1,16 @@
boltons==21.0.0
bravado[fido] @ git+https://github.com/tschaume/bravado@9ce06f2df7118e16af4a3d3fdc21ccfeedc5cd50#egg=bravado-11.0.3
cryptography==3.4.7
cryptography==3.4.8
fido[tls]==4.2.2
filetype==1.0.7
flatten-dict==0.4.2
ipython==7.26.0
ipython==7.27.0
json2html==1.3.0
pandas==1.3.2
pint==0.17
plotly==5.2.1
plotly==5.3.0
pyIsEmail==1.3.2
pymatgen==2022.0.11
pymatgen==2022.0.12
pymongo==3.12.0
pyOpenSSL==20.0.1
requests-futures==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/Dockerfile
@@ -1,5 +1,5 @@
FROM materialsproject/devops:python-3.96.4 as base
FROM node:16.7.0-slim as node
FROM node:16.8.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,12 +1,12 @@
boltons==21.0.0
boto3==1.18.26
boto3==1.18.31
Django==3.2.6
django-extensions==3.1.3
django-settings-file==2.5.0
django-webpack4-loader==0.0.5
fastnumbers==3.1.0
gunicorn[gevent]==20.1.0
ipykernel==6.2.0
ipykernel==6.3.0
json2html==1.3.0
monty==2021.8.17
mpcontribs-client==3.13.0
Expand Down

0 comments on commit 7560ff9

Please sign in to comment.