From 7560ff951c36b31890a9108f3848f2fe1c74790c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 15:00:37 +0000 Subject: [PATCH] dependabot PRs 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] 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](https://github.com/materialsproject/pymatgen/compare/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] 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](https://github.com/pyca/cryptography/compare/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] 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](https://github.com/ipython/ipython/compare/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] 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](https://github.com/plotly/plotly.py/compare/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] 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](https://github.com/materialsproject/pymatgen/compare/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] 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](https://github.com/boto/boto3/compare/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] 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] --- mpcontribs-api/requirements.txt | 2 +- mpcontribs-client/requirements.txt | 8 ++++---- mpcontribs-portal/Dockerfile | 2 +- mpcontribs-portal/requirements.txt | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mpcontribs-api/requirements.txt b/mpcontribs-api/requirements.txt index 19c579050..a01a0bb8c 100644 --- a/mpcontribs-api/requirements.txt +++ b/mpcontribs-api/requirements.txt @@ -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 diff --git a/mpcontribs-client/requirements.txt b/mpcontribs-client/requirements.txt index dd8034f83..762635c29 100644 --- a/mpcontribs-client/requirements.txt +++ b/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 diff --git a/mpcontribs-portal/Dockerfile b/mpcontribs-portal/Dockerfile index adc8a681d..647a2a29e 100644 --- a/mpcontribs-portal/Dockerfile +++ b/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 \ diff --git a/mpcontribs-portal/requirements.txt b/mpcontribs-portal/requirements.txt index ae698375c..d14d48b8d 100644 --- a/mpcontribs-portal/requirements.txt +++ b/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