Skip to content

Commit

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

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

---
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.10.0 to 0.11.0

Bumps [emmet-core](https://github.com/materialsproject/emmet) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/materialsproject/emmet/releases)
- [Changelog](https://github.com/materialsproject/emmet/blob/main/docs/CHANGELOG.md)
- [Commits](materialsproject/emmet@v0.10.0...v0.11.0)

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

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

Bump fastapi from 0.68.0 to 0.68.1

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.68.0 to 0.68.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](tiangolo/fastapi@0.68.0...0.68.1)

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

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

Bump pre-commit from 2.14.0 to 2.14.1

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.14.0 to 2.14.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.14.0...v2.14.1)

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

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

Bump pymatgen from 2022.0.11 to 2022.0.12

Bumps [pymatgen](https://github.com/materialsproject/pymatgen) from 2022.0.11 to 2022.0.12.
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/CHANGES.rst)
- [Commits](materialsproject/pymatgen@v2022.0.11...v2022.0.12)

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

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

Bump typing-extensions from 3.10.0.0 to 3.10.0.1

Bumps [typing-extensions](https://github.com/python/typing) from 3.10.0.0 to 3.10.0.1.
- [Release notes](https://github.com/python/typing/releases)
- [Commits](python/typing@3.10.0.0...3.10.0.1)

---
updated-dependencies:
- dependency-name: typing-extensions
  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 Aug 30, 2021
1 parent 6e02e3d commit 061c8db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.68.0
fastapi==0.68.1
maggma==0.31.0
uvicorn==0.15.0
gunicorn[gevent]==20.1.0
boto3==1.18.26
boto3==1.18.31
4 changes: 2 additions & 2 deletions requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre-commit==2.14.0
pre-commit==2.14.1
pytest==6.2.4
pytest-asyncio==0.15.1
pytest-cov==2.12.1
Expand All @@ -7,6 +7,6 @@ pycodestyle==2.7.0
flake8==3.9.2
mypy==0.910
mypy-extensions==0.4.3
typing-extensions==3.10.0.0
typing-extensions==3.10.0.1
types-pkg_resources==0.1.3
types-requests==2.25.6
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pydantic==1.8.2
pymatgen==2022.0.11
typing-extensions==3.10.0.0
pymatgen==2022.0.12
typing-extensions==3.10.0.1
maggma==0.31.0
requests==2.26.0
monty==2021.8.17
emmet-core==0.10.0
ratelimit==2.2.1
emmet-core==0.11.0
ratelimit==2.2.1

0 comments on commit 061c8db

Please sign in to comment.