Skip to content

Commit

Permalink
dependabot PRs
Browse files Browse the repository at this point in the history
build(deps): bump nbformat from 5.2.0 to 5.3.0 in /mpcontribs-api

Bumps [nbformat](http://jupyter.org) from 5.2.0 to 5.3.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 pint from 0.18 to 0.19 in /mpcontribs-api

Bumps [pint](https://github.com/hgrecco/pint) from 0.18 to 0.19.
- [Release notes](https://github.com/hgrecco/pint/releases)
- [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES)
- [Commits](hgrecco/pint@0.18...0.19)

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

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

build(deps): bump websocket-client in /mpcontribs-api

Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/websocket-client/websocket-client/releases)
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog)
- [Commits](websocket-client/websocket-client@v1.3.1...v1.3.2)

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

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

build(deps): bump pandas from 1.4.1 to 1.4.2 in /mpcontribs-client

Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md)
- [Commits](pandas-dev/pandas@v1.4.1...v1.4.2)

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

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

build(deps): bump pint from 0.18 to 0.19 in /mpcontribs-client

Bumps [pint](https://github.com/hgrecco/pint) from 0.18 to 0.19.
- [Release notes](https://github.com/hgrecco/pint/releases)
- [Changelog](https://github.com/hgrecco/pint/blob/master/CHANGES)
- [Commits](hgrecco/pint@0.18...0.19)

---
updated-dependencies:
- dependency-name: pint
  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 Apr 7, 2022
1 parent ac765e0 commit 17c947f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mpcontribs-api/requirements.txt
Expand Up @@ -18,9 +18,9 @@ gunicorn[gevent]==20.1.0
jinja2==3.1.1
json2html==1.3.0
more-itertools==8.12.0
nbformat==5.2.0
nbformat==5.3.0
notebook==6.4.10
pint==0.18
pint==0.19
psycopg2==2.9.3
pymatgen==2022.3.29
pyopenssl==22.0.0
Expand All @@ -30,5 +30,5 @@ rq-scheduler==0.11.0
supervisor==4.2.4
setproctitle==1.2.2
uncertainties==3.1.6
websocket_client==1.3.1
websocket_client==1.3.2
zstandard==0.17.0
4 changes: 2 additions & 2 deletions mpcontribs-client/requirements.txt
Expand Up @@ -7,8 +7,8 @@ flatten-dict==0.4.2
ipython==8.2.0
json2html==1.3.0
jsonschema<4.0
pandas==1.4.1
pint==0.18
pandas==1.4.2
pint==0.19
plotly==5.6.0
pyIsEmail==1.4.0
pymatgen==2022.3.29
Expand Down

0 comments on commit 17c947f

Please sign in to comment.