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.9.0-slim to 18.10.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 ddtrace from 1.4.5 to 1.5.0 in /mpcontribs-api

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 1.4.5 to 1.5.0.
- [Release notes](https://github.com/DataDog/dd-trace-py/releases)
- [Changelog](https://github.com/DataDog/dd-trace-py/blob/1.x/CHANGELOG.md)
- [Commits](DataDog/dd-trace-py@v1.4.5...v1.5.0)

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

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

build(deps): bump flask-compress from 1.12 to 1.13 in /mpcontribs-api

Bumps [flask-compress](https://github.com/colour-science/flask-compress) from 1.12 to 1.13.
- [Release notes](https://github.com/colour-science/flask-compress/releases)
- [Changelog](https://github.com/colour-science/flask-compress/blob/master/CHANGELOG.md)
- [Commits](colour-science/flask-compress@v1.12...v1.13)

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

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

build(deps): bump nbformat from 5.5.0 to 5.6.1 in /mpcontribs-api

Bumps [nbformat]() from 5.5.0 to 5.6.1.

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

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

build(deps): bump pymatgen from 2022.9.8 to 2022.9.21 in /mpcontribs-api

Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2022.9.8 to 2022.9.21.
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/CHANGES.rst)
- [Commits](materialsproject/pymatgen@v2022.9.8...v2022.9.21)

---
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 pyopenssl from 22.0.0 to 22.1.0 in /mpcontribs-api

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

---
updated-dependencies:
- dependency-name: pyopenssl
  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 Oct 3, 2022
1 parent d236868 commit 858d031
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions mpcontribs-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ blinker==1.5
boltons==21.0.0
css-html-js-minify==2.5.5
dateparser==1.1.1
ddtrace==1.4.5
ddtrace==1.5.0
dnspython==2.2.1
filetype==1.1.0
flasgger @ git+https://github.com/flasgger/flasgger#egg=flasgger-0.9.5
flask-compress==1.12
flask-compress==1.13
flask-marshmallow==0.14.0
flask-mongorest-mpcontribs==3.0.0
#Flask-MonitoringDashboard @ git+https://github.com/flask-dashboard/Flask-MonitoringDashboard@development#egg=flask_monitoringdashboard-3.1.1
Expand All @@ -17,12 +17,12 @@ gunicorn[gevent]==20.1.0
jinja2==3.1.2
json2html==1.3.0
more-itertools==8.14.0
nbformat==5.5.0
nbformat==5.6.1
notebook==6.4.12
pint==0.19.2
psycopg2==2.9.3
pymatgen==2022.9.8
pyopenssl==22.0.0
pymatgen==2022.9.21
pyopenssl==22.1.0
python-snappy==0.6.1
#rq-dashboard==0.6.1
rq-scheduler==0.11.0
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM materialsproject/devops:python-3.913.9 as base
FROM node:18.9.0-slim as node
FROM node:18.10.0-slim as node

FROM node as webpack-deps
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 858d031

Please sign in to comment.