Skip to content

Commit

Permalink
Update dependencies (#552)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pymatgen requirement (#551)

Update `pre-commit` hooks.


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <[email protected]>
  • Loading branch information
3 people authored Apr 18, 2024
1 parent 490a3ff commit 20fb469
Show file tree
Hide file tree
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
Expand Up @@ -20,7 +20,7 @@ repos:
exclude: ^.github/dependabot.yml$

- repo: https://github.com/ambv/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
name: Blacken
Expand Down
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.3.2
pymatgen>=2019.7.2,!=2019.9.7,<2024.4.14

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

0 comments on commit 20fb469

Please sign in to comment.