Skip to content

Commit

Permalink
Update dependencies (#566)
Browse files Browse the repository at this point in the history
* Update pymatgen requirement (#565)

Updates the requirements on [pymatgen](https://github.com/materialsproject/pymatgen) to permit the latest version.
- [Release notes](https://github.com/materialsproject/pymatgen/releases)
- [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md)
- [Commits](materialsproject/pymatgen@v2019.7.2...v2024.6.10)

---
updated-dependencies:
- dependency-name: pymatgen
  dependency-type: direct:production
...

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

* Update `pre-commit` hooks

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <developers@aiida.net>
3 people authored Jun 25, 2024
1 parent ae66bf8 commit f8c17c1
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ repos:
language: system

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
optimade[server]~=0.25.3
aiida-core~=2.4.0
pymatgen>=2019.7.2,!=2019.9.7,<2024.6.5
pymatgen>=2019.7.2,!=2019.9.7,<2024.6.11

# Dependencies used directly in this package, but included through other dependencies:
# aiida-core:

0 comments on commit f8c17c1

Please sign in to comment.