Skip to content

Commit

Permalink
Update dependencies (#987)
Browse files Browse the repository at this point in the history
* Bump numpy from 1.21.2 to 1.21.3 (#980)

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.2 to 1.21.3.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
- [Commits](numpy/numpy@v1.21.2...v1.21.3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pymongo from 3.12.0 to 3.12.1 (#982)

Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/3.12.1/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@3.12.0...3.12.1)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mkdocs-awesome-pages-plugin from 2.5.1 to 2.6.0 (#983)

Bumps [mkdocs-awesome-pages-plugin](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/releases)
- [Commits](lukasgeiter/mkdocs-awesome-pages-plugin@v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: mkdocs-awesome-pages-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update version in setup.py

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: OPTIMADE Developers <dev@optimade.org>
Co-authored-by: Matthew Evans <git@ml-evs.science>
  • Loading branch information
4 people committed Oct 27, 2021
1 parent 32d2cdf commit 734d4bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiida-core==1.6.5
ase==3.22.0
jarvis-tools==2021.10.3
numpy==1.21.2
numpy==1.21.3
pymatgen==2021.3.9
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mike==1.1.2
mkdocs==1.2.3
mkdocs-awesome-pages-plugin==2.5.1
mkdocs-awesome-pages-plugin==2.6.0
mkdocs-material==7.3.4
mkdocstrings==0.16.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Jinja2==3.0.2
lark-parser==0.12.0
mongomock==3.23.0
pydantic==1.8.2
pymongo==3.12.0
pymongo==3.12.1
pyyaml==5.4
requests==2.26.0
typing-extensions==3.10.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
docs_deps = [
"mike~=1.1",
"mkdocs~=1.2",
"mkdocs-awesome-pages-plugin~=2.5",
"mkdocs-awesome-pages-plugin~=2.6",
"mkdocs-material~=7.3",
"mkdocstrings~=0.16.2",
]
Expand Down

0 comments on commit 734d4bf

Please sign in to comment.