From 17c947f82c5cd04b418c9059aded509ec52339b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 15:00:55 +0000 Subject: [PATCH] dependabot PRs 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] 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](https://github.com/hgrecco/pint/compare/0.18...0.19) --- updated-dependencies: - dependency-name: pint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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](https://github.com/websocket-client/websocket-client/compare/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] 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](https://github.com/pandas-dev/pandas/compare/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] 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](https://github.com/hgrecco/pint/compare/0.18...0.19) --- updated-dependencies: - dependency-name: pint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mpcontribs-api/requirements.txt | 6 +++--- mpcontribs-client/requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mpcontribs-api/requirements.txt b/mpcontribs-api/requirements.txt index 1db99dd88..f1992da5c 100644 --- a/mpcontribs-api/requirements.txt +++ b/mpcontribs-api/requirements.txt @@ -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 @@ -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 diff --git a/mpcontribs-client/requirements.txt b/mpcontribs-client/requirements.txt index ee2022899..73903a26c 100644 --- a/mpcontribs-client/requirements.txt +++ b/mpcontribs-client/requirements.txt @@ -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