Skip to content

Commit

Permalink
dependabot PRs
Browse files Browse the repository at this point in the history
build(deps): bump materialsproject/devops in /mpcontribs-api

Bumps materialsproject/devops from python-3.913.11 to python-3.913.12.

---
updated-dependencies:
- dependency-name: materialsproject/devops
  dependency-type: direct:production
...

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

build(deps): bump materialsproject/devops in /mpcontribs-kernel-gateway

Bumps materialsproject/devops from python-3.913.11 to python-3.913.12.

---
updated-dependencies:
- dependency-name: materialsproject/devops
  dependency-type: direct:production
...

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

build(deps): bump materialsproject/devops in /mpcontribs-portal

Bumps materialsproject/devops from python-3.913.11 to python-3.913.12.

---
updated-dependencies:
- dependency-name: materialsproject/devops
  dependency-type: direct:production
...

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

build(deps): bump dateparser from 1.1.1 to 1.1.2 in /mpcontribs-api

Bumps [dateparser](https://github.com/scrapinghub/dateparser) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/scrapinghub/dateparser/releases)
- [Changelog](https://github.com/scrapinghub/dateparser/blob/master/HISTORY.rst)
- [Commits](scrapinghub/dateparser@v1.1.1...v1.1.2)

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

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

build(deps): bump more-itertools from 8.14.0 to 9.0.0 in /mpcontribs-api

Bumps [more-itertools](https://github.com/more-itertools/more-itertools) from 8.14.0 to 9.0.0.
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v8.14.0...v9.0.0)

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

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

build(deps): bump pymatgen in /mpcontribs-api

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

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

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

build(deps): bump pandas from 1.5.0 to 1.5.1 in /mpcontribs-client

Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.0 to 1.5.1.
- [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.5.0...v1.5.1)

---
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 pyisemail from 1.4.0 to 2.0.0 in /mpcontribs-client

Bumps [pyisemail](https://github.com/michaelherold/pyIsEmail) from 1.4.0 to 2.0.0.
- [Release notes](https://github.com/michaelherold/pyIsEmail/releases)
- [Changelog](https://github.com/michaelherold/pyIsEmail/blob/main/CHANGELOG.rst)
- [Commits](michaelherold/pyIsEmail@v1.4.0...v2.0.0)

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

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

build(deps): bump pymatgen in /mpcontribs-client

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

---
updated-dependencies:
- dependency-name: pymatgen
  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 25, 2022
1 parent 0583e41 commit beb4146
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.913.11 as base
FROM materialsproject/devops:python-3.913.12 as base
RUN apt-get update && apt-get install -y --no-install-recommends supervisor libpq-dev vim && apt-get clean
WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ asn1crypto==1.5.1
blinker==1.5
boltons==21.0.0
css-html-js-minify==2.5.5
dateparser==1.1.1
dateparser==1.1.2
ddtrace==1.5.2
dnspython==2.2.1
filetype==1.1.0
Expand All @@ -16,12 +16,12 @@ Flask-RQ2==18.3
gunicorn[gevent]==20.1.0
jinja2==3.1.2
json2html==1.3.0
more-itertools==8.14.0
more-itertools==9.0.0
nbformat==5.7.0
notebook==6.5.1
pint==0.19.2
psycopg2==2.9.4
pymatgen==2022.9.21
pymatgen==2022.10.22
pyopenssl==22.1.0
python-snappy==0.6.1
#rq-dashboard==0.6.1
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ flatten-dict==0.4.2
ipython==8.5.0
json2html==1.3.0
jsonschema<4.0
pandas==1.5.0
pandas==1.5.1
pint==0.19.2
plotly==5.10.0
pyIsEmail==1.4.0
pymatgen==2022.9.21
pyIsEmail==2.0.0
pymatgen==2022.10.22
pymongo==4.2.0
pyOpenSSL==22.1.0
requests-futures==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-kernel-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.913.11 as base
FROM materialsproject/devops:python-3.913.12 as base
MAINTAINER Patrick Huck (tschaume)

FROM base as python-deps
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.913.11 as base
FROM materialsproject/devops:python-3.913.12 as base
FROM node:19.0.0-slim as node

FROM node as webpack-deps
Expand Down

0 comments on commit beb4146

Please sign in to comment.