Skip to content

Commit be937b8

Browse files
authored
Merge branch 'main' into patch_wavede
2 parents 58bbbc0 + 88cb243 commit be937b8

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/deps.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
steps:
1212
- if: github.event.workflow_run.conclusion == 'success'
1313
name: Merge me!
14-
uses: ridedott/merge-me-action@master
14+
uses: ridedott/merge-me-action@v2
1515
with:
16-
GITHUB_LOGIN: dependabot
1716
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
stages: [commit, commit-msg]
6363
args: [--ignore-words-list, 'titel,statics,ba,nd,te']
6464
- repo: https://github.com/asottile/pyupgrade
65-
rev: v3.1.0
65+
rev: v3.2.0
6666
hooks:
6767
- id: pyupgrade
6868
args: [--py38-plus]

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@ cclib = ["cclib"]
4141
mp = ["mp-api>=0.27.5"]
4242
phonons = ["phonopy>=1.10.8", "seekpath"]
4343
docs = [
44-
"numpydoc==1.4.0",
45-
"ipython==8.5.0",
44+
"numpydoc==1.5.0",
45+
"ipython==8.6.0",
4646
"FireWorks==2.0.3",
47-
"autodoc_pydantic==1.7.2",
47+
"autodoc_pydantic==1.8.0",
4848
"jupyter-book==0.13.1",
4949
]
5050
dev = ["pre-commit>=2.12.1"]
51-
tests = ["pytest==7.1.3", "pytest-cov==4.0.0", "FireWorks==2.0.3"]
51+
tests = ["pytest==7.2.0", "pytest-cov==4.0.0", "FireWorks==2.0.3"]
5252
strict = [
5353
"pydantic==1.10.2",
54-
"pymatgen==2022.9.21",
54+
"pymatgen==2022.11.7",
5555
"custodian==2022.5.26",
5656
"monty==2022.9.9",
5757
"jobflow==0.1.9",
5858
"click==8.1.3",
5959
"PyYAML==6.0",
6060
"cclib==1.7.2",
61-
"phonopy==2.16.2",
61+
"phonopy==2.16.3",
6262
"seekpath==2.0.1",
6363
"numpy",
64-
"mp-api==0.27.5"
64+
"mp-api==0.29.3"
6565
]
6666

6767
[project.scripts]

0 commit comments

Comments
 (0)