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.0.0-slim to 18.1.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 handsontable in /mpcontribs-portal

Bumps [handsontable](https://github.com/handsontable/handsontable) from 11.1.0 to 12.0.1.
- [Release notes](https://github.com/handsontable/handsontable/releases)
- [Changelog](https://github.com/handsontable/handsontable/blob/develop/CHANGELOG.md)
- [Commits](handsontable/handsontable@11.1.0...12.0.1)

---
updated-dependencies:
- dependency-name: handsontable
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

build(deps): bump apispec from 5.1.1 to 5.2.2 in /mpcontribs-api

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

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

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

build(deps): bump ddtrace from 1.0.1 to 1.1.2 in /mpcontribs-api

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 1.0.1 to 1.1.2.
- [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.0.1...v1.1.2)

---
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.11 to 1.12 in /mpcontribs-api

Bumps [flask-compress](https://github.com/colour-science/flask-compress) from 1.11 to 1.12.
- [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.11...v1.12)

---
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 jinja2 from 3.1.1 to 3.1.2 in /mpcontribs-api

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.1...3.1.2)

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

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

build(deps): bump more-itertools in /mpcontribs-api

Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 8.12.0 to 8.13.0.
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v8.12.0...v8.13.0)

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

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

build(deps): bump nbformat from 5.3.0 to 5.4.0 in /mpcontribs-api

Bumps [nbformat](https://github.com/jupyter/nbformat) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/jupyter/nbformat/releases)
- [Changelog](https://github.com/jupyter/nbformat/blob/main/docs/changelog.rst)
- [Commits](jupyter/nbformat@5.3.0...5.4.0)

---
updated-dependencies:
- dependency-name: nbformat
  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 May 20, 2022
1 parent 2bd8298 commit cf8380c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions mpcontribs-api/requirements.txt
@@ -1,24 +1,24 @@
apispec==5.1.1
apispec==5.2.2
asn1crypto==1.5.1
blinker==1.4
boltons==21.0.0
css-html-js-minify==2.5.5
dateparser==1.1.1
ddtrace==1.0.1
ddtrace==1.1.2
dnspython==2.2.1
filetype==1.0.13
flasgger @ git+https://github.com/flasgger/flasgger#egg=flasgger-0.9.5
flask-compress==1.11
flask-compress==1.12
flask-cors==3.0.10
flask-marshmallow==0.14.0
flask-mongorest-mpcontribs==1.2.4
#Flask-MonitoringDashboard @ git+https://github.com/flask-dashboard/Flask-MonitoringDashboard@development#egg=flask_monitoringdashboard-3.1.1
Flask-RQ2==18.3
gunicorn[gevent]==20.1.0
jinja2==3.1.1
jinja2==3.1.2
json2html==1.3.0
more-itertools==8.12.0
nbformat==5.3.0
more-itertools==8.13.0
nbformat==5.4.0
notebook==6.4.11
pint==0.19.2
psycopg2==2.9.3
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/Dockerfile
@@ -1,5 +1,5 @@
FROM materialsproject/devops:python-3.97.17 as base
FROM node:18.0.0-slim as node
FROM node:18.1.0-slim as node

FROM node as webpack-deps
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/package.json
Expand Up @@ -30,7 +30,7 @@
"compression-webpack-plugin": "^9.0.0",
"core-js": "^3.6.4",
"css-loader": "^6.2.0",
"handsontable": "^11.0.1",
"handsontable": "^12.0.1",
"highlight.js": "^11.1.0",
"imports-loader": "^3.0.0",
"jquery": "^3.5.1",
Expand Down

0 comments on commit cf8380c

Please sign in to comment.