Skip to content

Commit 995d461

Browse files
Bump the python-dependencies group with 3 updates (#2128)
Bumps the python-dependencies group with 3 updates: [pyyaml](https://github.com/yaml/pyyaml), [aiida-core](https://github.com/aiidateam/aiida-core) and [pymatgen](https://github.com/materialsproject/pymatgen). Updates `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@6.0.1...6.0.2) Updates `aiida-core` from 2.6.1 to 2.6.2 - [Release notes](https://github.com/aiidateam/aiida-core/releases) - [Changelog](https://github.com/aiidateam/aiida-core/blob/main/CHANGELOG.md) - [Commits](aiidateam/aiida-core@v2.6.1...v2.6.2) Updates `pymatgen` from 2024.7.18 to 2024.8.9 - [Release notes](https://github.com/materialsproject/pymatgen/releases) - [Changelog](https://github.com/materialsproject/pymatgen/blob/master/docs/CHANGES.md) - [Commits](materialsproject/pymatgen@v2024.7.18...v2024.8.9) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: aiida-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pymatgen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1cc13d commit 995d461

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements-client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
aiida-core==2.6.1
1+
aiida-core==2.6.2
22
ase==3.23.0
33
jarvis-tools==2024.5.10
44
numpy>=1.20
5-
pymatgen==2024.7.18
5+
pymatgen==2024.8.9

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lark==1.1.9
22
pydantic[email]==2.8.2
33
pydantic_settings==2.4.0
4-
pyyaml==6.0.1
4+
pyyaml==6.0.2
55
requests==2.32.3
66
uvicorn==0.30.5

0 commit comments

Comments
 (0)