Skip to content

Commit

Permalink
Update dependencies (#475)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update pytest requirement from ~=7.3 to ~=7.4 (#474)
* Update pymatgen requirement (#473)
* Update invoke requirement from ~=2.1 to ~=2.2 (#478)

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 Aug 25, 2023
1 parent 106027a commit 5849a29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .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.3.0
rev: 23.7.0
hooks:
- id: black
name: Blacken
Expand All @@ -38,7 +38,7 @@ repos:
language: system

- repo: https://github.com/pycqa/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8

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.24.1
aiida-core~=2.3.1
pymatgen>=2019.7.2,!=2019.9.7,<2023.5.32
pymatgen>=2019.7.2,!=2019.9.7,<2023.6.24

# Dependencies used directly in this package, but included through other dependencies:
# aiida-core:
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
invoke~=2.1
invoke~=2.2
pre-commit~=3.3
pylint~=2.17
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.24.1
pgtest~=1.3
pytest~=7.3
pytest~=7.4
pytest-cov~=4.1

0 comments on commit 5849a29

Please sign in to comment.