Skip to content

Commit

Permalink
Update dependencies (#542)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update httpx requirement from ~=0.26.0 to ~=0.27.0 (#539)
* Update pymatgen requirement (#541)
* Update pylint requirement from ~=3.0 to ~=3.1 (#540)


Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
CasperWA and dependabot[bot] authored Feb 28, 2024
1 parent 5bf1e5e commit 2177f14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2.9
pymatgen>=2019.7.2,!=2019.9.7,<2024.2.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.2
pre-commit~=3.6
pylint~=3.0
pylint~=3.1
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.26.0
httpx~=0.27.0
pgtest~=1.3
pytest~=7.4
pytest-cov~=4.1

0 comments on commit 2177f14

Please sign in to comment.