Skip to content

Commit

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

Bumps [boto3](https://github.com/boto/boto3) from 1.20.27 to 1.20.31.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](boto/boto3@1.20.27...1.20.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.19.1 to 0.20.3

Bumps [emmet-core](https://github.com/materialsproject/emmet) from 0.19.1 to 0.20.3.
- [Release notes](https://github.com/materialsproject/emmet/releases)
- [Changelog](https://github.com/materialsproject/emmet/blob/main/docs/CHANGELOG.md)
- [Commits](materialsproject/emmet@v0.19.1...v0.20.3)

---
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.70.1 to 0.71.0

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

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

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

Bump mypy from 0.930 to 0.931

Bumps [mypy](https://github.com/python/mypy) from 0.930 to 0.931.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.930...v0.931)

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

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

Bump requests from 2.27.0 to 2.27.1

Bumps [requests](https://github.com/psf/requests) from 2.27.0 to 2.27.1.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.27.0...v2.27.1)

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

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

Bump types-requests from 2.26.3 to 2.27.5

Bumps [types-requests](https://github.com/python/typeshed) from 2.26.3 to 2.27.5.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-requests
  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 Jan 12, 2022
1 parent 6dae97f commit f9da02f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.70.1
fastapi==0.71.0
maggma==0.38.1
uvicorn==0.16.0
gunicorn[gevent]==20.1.0
boto3==1.20.27
boto3==1.20.31
4 changes: 2 additions & 2 deletions requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pytest-cov==3.0.0
pytest-mock==3.6.1
flake8==4.0.1
pycodestyle==2.8.0
mypy==0.930
mypy==0.931
mypy-extensions==0.4.3
typing-extensions==4.0.1
types-pkg_resources==0.1.3
types-requests==2.26.3
types-requests==2.27.5
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ pydantic==1.9.0
pymatgen>=2022.0.16
typing-extensions==4.0.1
maggma==0.38.1
requests==2.27.0
requests==2.27.1
monty==2021.12.1
emmet-core==0.19.1
emmet-core==0.20.3
ratelimit==2.2.1
mpcontribs-client>=3.14.3

0 comments on commit f9da02f

Please sign in to comment.