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.11.0-slim to 19.0.0-slim.

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

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

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

Bumps [apispec](https://github.com/marshmallow-code/apispec) from 5.2.2 to 6.0.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@5.2.2...6.0.0)

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

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

build(deps): bump ddtrace from 1.5.0 to 1.5.2 in /mpcontribs-api

Bumps [ddtrace](https://github.com/DataDog/dd-trace-py) from 1.5.0 to 1.5.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.5.0...v1.5.2)

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

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

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

Bumps [nbformat]() from 5.6.1 to 5.7.0.

---
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 notebook from 6.4.12 to 6.5.1 in /mpcontribs-api

Bumps [notebook](http://jupyter.org) from 6.4.12 to 6.5.1.

---
updated-dependencies:
- dependency-name: notebook
  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 21, 2022
1 parent 28bdaef commit aacc4bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mpcontribs-api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apispec==5.2.2
apispec==6.0.0
asn1crypto==1.5.1
blinker==1.5
boltons==21.0.0
css-html-js-minify==2.5.5
dateparser==1.1.1
ddtrace==1.5.0
ddtrace==1.5.2
dnspython==2.2.1
filetype==1.1.0
flasgger @ git+https://github.com/flasgger/flasgger#egg=flasgger-0.9.5
Expand All @@ -17,8 +17,8 @@ gunicorn[gevent]==20.1.0
jinja2==3.1.2
json2html==1.3.0
more-itertools==8.14.0
nbformat==5.6.1
notebook==6.4.12
nbformat==5.7.0
notebook==6.5.1
pint==0.19.2
psycopg2==2.9.3
pymatgen==2022.9.21
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.11 as base
FROM node:18.11.0-slim as node
FROM node:19.0.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 aacc4bf

Please sign in to comment.