Skip to content

Commit

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

Bumps materialsproject/devops from python-3.91.1 to python-3.91.2.

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

build(deps): bump materialsproject/devops in /mpcontribs-portal

Bumps materialsproject/devops from python-3.91.1 to python-3.91.2.

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

build(deps): bump node in /mpcontribs-portal

Bumps node from 14.15.4-slim to 15.8.0-slim.

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

build(deps): bump materialsproject/devops

Bumps materialsproject/devops from python-3.91.1 to python-3.91.2.

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

build(deps): bump apispec from 4.0.0 to 4.2.0 in /mpcontribs-api

Bumps [apispec](https://github.com/marshmallow-code/apispec) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/marshmallow-code/apispec/releases)
- [Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst)
- [Commits](marshmallow-code/apispec@4.0.0...4.2.0)

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

build(deps): bump boto3 from 1.16.63 to 1.17.4 in /mpcontribs-api

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

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

build(deps): bump more-itertools from 8.6.0 to 8.7.0 in /mpcontribs-api

Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v8.6.0...v8.7.0)

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

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

Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2020.12.31 to 2021.2.8.1.
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/CHANGES.rst)
- [Commits](https://github.com/materialsproject/pymatgen/commits)

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

build(deps): bump cryptography from 3.3.1 to 3.4.3 in /mpcontribs-client

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

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

build(deps): bump ipython from 7.19.0 to 7.20.0 in /mpcontribs-client

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

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

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

Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2020.12.31 to 2021.2.8.1.
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/CHANGES.rst)
- [Commits](https://github.com/materialsproject/pymatgen/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Feb 9, 2021
1 parent 616c104 commit fea3834
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.91.1 as base
FROM materialsproject/devops:python-3.91.2 as base

FROM base as builder
RUN apt-get update && apt-get install -y --no-install-recommends gcc git g++ libsnappy-dev wget && apt-get clean
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apispec==4.0.0
apispec==4.2.0
asn1crypto==1.4.0
blinker==1.4
boltons==20.2.1
boto3==1.16.63
boto3==1.17.4
cherrypicker==0.3.1
css-html-js-minify==2.5.5
dateparser==1.0.0
Expand All @@ -20,11 +20,11 @@ gunicorn[gevent]==20.0.4
json2html==1.3.0
marshmallow-mongoengine @ git+https://github.com/tschaume/marshmallow-mongoengine@mpcontribs#egg=marshmallow_mongoengine-0.30.0
mimerender @ git+https://github.com/tschaume/mimerender@mpcontribs#egg=mimerender-0.6.1
more-itertools==8.6.0
more-itertools==8.7.0
nbformat==5.1.2
notebook==6.2.0
pint==0.16.1
pymatgen==2020.12.31
pymatgen==2021.2.8.1
pyopenssl==20.0.1
python-snappy==0.6.0
selenium==3.141.0
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
boltons==20.2.1
bravado[fido] @ git+https://github.com/tschaume/bravado@aa04da50ba6cacfaa0c356eceb30160f44571f97#egg=bravado-11.0.2
cryptography==3.3.1
cryptography==3.4.3
fido[tls]==4.2.2
ipython==7.19.0
ipython==7.20.0
json2html==1.3.0
pandas==1.2.1
plotly==4.14.3
pyIsEmail==1.3.2
pymatgen==2020.12.31
pymatgen==2021.2.8.1
pyOpenSSL==20.0.1
ratelimit==2.2.1
requests-futures==1.0.0
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM materialsproject/devops:python-3.91.1 as base
FROM node:14.15.4-slim as node
FROM materialsproject/devops:python-3.91.2 as base
FROM node:15.8.0-slim as node

FROM node as webpack-deps
RUN apt-get update && apt-get install -y --no-install-recommends git && apt-get clean
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-sidecars/kernel_gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.91.1 as base
FROM materialsproject/devops:python-3.91.2 as base
MAINTAINER Patrick Huck (tschaume)

FROM base as python-deps
Expand Down

0 comments on commit fea3834

Please sign in to comment.