Skip to content

Commit 75dced8

Browse files
authored
Merge branch 'main' into maint/general_structure
2 parents 5672f61 + 4f80564 commit 75dced8

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
--cov-report term
137137
138138
- name: "Upload coverage to Codecov"
139-
uses: codecov/codecov-action@v4
139+
uses: codecov/codecov-action@v5
140140
with:
141141
name: coverage.xml
142142
flags: coverage

_package/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ doc = [
3737
"build>= 0.10.0",
3838
"jupyter_sphinx==0.5.3",
3939
"linuxdoc==20240924",
40-
"numpy==2.1.2",
40+
"numpy==2.1.3",
4141
"numpydoc==1.8.0",
4242
"pandas==2.2.3",
4343
"parse==1.20.2",

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ tests = [
4444
"black>=24.2.0",
4545
"click==8.1.7",
4646
"inflect==7.4.0",
47-
"pygithub==2.4.0",
47+
"pygithub==2.5.0",
4848
"lxml==5.3.0",
49-
"numpy==2.1.2",
49+
"numpy==2.1.3",
5050
"parse==1.20.2",
5151
"pytest==8.3.3",
52-
"pytest-cov==5.0.0",
52+
"pytest-cov==6.0.0",
5353
"pytest-rerunfailures==14.0",
5454
"pyyaml==6.0.2",
55-
"regex==2024.9.11",
55+
"regex==2024.11.6",
5656
]
5757
doc = [
5858
"Sphinx==8.1.3",
@@ -61,13 +61,13 @@ doc = [
6161
"flit>=3.8.0",
6262
"inflect==7.4.0",
6363
"jupyter_sphinx==0.5.3",
64-
"numpy==2.1.2",
64+
"numpy==2.1.3",
6565
"numpydoc==1.8.0",
6666
"pandas==2.2.3",
6767
"parse==1.20.2",
6868
"pypandoc==1.14",
6969
"pytest-sphinx==0.6.3",
70-
"regex==2024.9.11",
70+
"regex==2024.11.6",
7171
"sphinx-autobuild==2024.10.3",
7272
"sphinx-autodoc-typehints==2.5.0",
7373
"sphinx-copybutton==0.5.2",

0 commit comments

Comments
 (0)