Skip to content

Commit

Permalink
dependabot PRs
Browse files Browse the repository at this point in the history
Bump materialsproject/devops from python-3.96.4 to python-3.97.0

Bumps materialsproject/devops from python-3.96.4 to python-3.97.0.

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

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

Bump boto3 from 1.18.37 to 1.18.44

Bumps [boto3](https://github.com/boto/boto3) from 1.18.37 to 1.18.44.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.18.37...1.18.44)

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

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

Bump emmet-core from 0.12.2 to 0.12.7

Bumps [emmet-core](https://github.com/materialsproject/emmet) from 0.12.2 to 0.12.7.
- [Release notes](https://github.com/materialsproject/emmet/releases)
- [Changelog](https://github.com/materialsproject/emmet/blob/main/docs/CHANGELOG.md)
- [Commits](materialsproject/emmet@v0.12.2...v0.12.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Sep 21, 2021
1 parent a48d459 commit 2f8f128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.96.4 as base
FROM materialsproject/devops:python-3.97.0 as base

FROM base as builder
RUN apt-get update && apt-get install -y --no-install-recommends gcc git g++ cmake make libsnappy-dev && apt-get clean
Expand Down
2 changes: 1 addition & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ fastapi==0.68.1
maggma==0.31.0
uvicorn==0.15.0
gunicorn[gevent]==20.1.0
boto3==1.18.37
boto3==1.18.44
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ typing-extensions==3.10.0.2
maggma==0.31.0
requests==2.26.0
monty==2021.8.17
emmet-core==0.12.2
emmet-core==0.12.7
ratelimit==2.2.1

0 comments on commit 2f8f128

Please sign in to comment.