Skip to content

Commit

Permalink
dependabot PRs
Browse files Browse the repository at this point in the history
Bump boto3 from 1.17.78 to 1.17.84

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

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

Bump maggma from 0.27.0 to 0.28.0

Bumps [maggma](https://github.com/materialsproject/maggma) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/materialsproject/maggma/releases)
- [Changelog](https://github.com/materialsproject/maggma/blob/main/docs/CHANGELOG.md)
- [Commits](materialsproject/maggma@v0.27.0...v0.28.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Jun 4, 2021
1 parent 80f6599 commit 4bd8594
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-server.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi==0.65.1
maggma==0.27.0
maggma==0.28.0
uvicorn==0.13.4
gunicorn[gevent]==20.1.0
boto3==1.17.78
boto3==1.17.84
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pydantic==1.8.2
pymatgen==2022.0.8
typing-extensions==3.10.0.0
maggma==0.27.0
maggma==0.28.0
requests==2.25.1
monty==2021.5.9
emmet-core @ git+https://github.com/materialsproject/emmet#subdirectory=emmet-core
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
extras_require={
"server": [
"fastapi>=0.46.0",
"maggma==0.27.0",
"maggma==0.28.0",
"uvicorn>=0.12.0",
"gunicorn[gevent]>=20.0.1",
"boto3>=1.15.0",
Expand Down

0 comments on commit 4bd8594

Please sign in to comment.