Skip to content

Commit

Permalink
Update dependencies (#525)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update httpx requirement from ~=0.25.2 to ~=0.26.0 (#523)
* Update pymatgen requirement (#524)

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>
  • Loading branch information
3 people authored Jan 4, 2024
1 parent cce1d78 commit 9ed8856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 23.12.0
rev: 23.12.1
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,<2023.11.13
pymatgen>=2019.7.2,!=2019.9.7,<2023.12.19

# Dependencies used directly in this package, but included through other dependencies:
# aiida-core:
Expand Down
2 changes: 1 addition & 1 deletion requirements_testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
httpx~=0.25.2
httpx~=0.26.0
pgtest~=1.3
pytest~=7.4
pytest-cov~=4.1

0 comments on commit 9ed8856

Please sign in to comment.