Skip to content

Commit 149a243

Browse files
authored
Update pandas to 2.3.3 (#464)
* Update pyproject.toml * Update environment.yml * Update environment-docs.yml * Update environment.yml
1 parent 01b1cc3 commit 149a243

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- sphinx_rtd_theme
77
- myst-parser
88
- defusedxml =0.7.1
9-
- pandas =2.3.2
9+
- pandas =2.3.3
1010
- pyyaml =6.0.3
1111
- jinja2 =3.1.6
1212
- paramiko =4.0.0

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- defusedxml =0.7.1
55
- coverage
6-
- pandas =2.3.2
6+
- pandas =2.3.3
77
- pyyaml =6.0.3
88
- jinja2 =3.1.6
99
- paramiko =4.0.0

binder/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ channels:
33
dependencies:
44
- defusedxml =0.7.1
55
- coverage
6-
- pandas =2.3.2
6+
- pandas =2.3.3
77
- pyyaml =6.0.3
88
- jinja2 =3.1.6
99
- paramiko =4.0.0
1010
- tqdm =4.67.1
11-
- executorlib =0.0.2
12-
- cloudpickle =3.0.0
11+
- executorlib =1.7.1
12+
- cloudpickle =3.1.1
1313
- flux-core =0.59.0
1414
- hatchling =1.27.0
1515
- hatch-vcs =0.5.0

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"jinja2==3.1.6",
4-
"pandas==2.3.2",
4+
"pandas==2.3.3",
55
"pyyaml==6.0.3",
66
"hatchling==1.27.0",
77
"hatch-vcs==0.5.0",
@@ -32,7 +32,7 @@ classifiers = [
3232
]
3333
dependencies = [
3434
"jinja2==3.1.6",
35-
"pandas==2.3.2",
35+
"pandas==2.3.3",
3636
"pyyaml==6.0.3",
3737
]
3838
dynamic = ["version"]
@@ -116,4 +116,4 @@ path = "pysqa/_version.py"
116116

117117
[tool.coverage.run]
118118
omit = ["pysqa/_version.py", "tests/*"]
119-
command_line = "-m unittest discover tests"
119+
command_line = "-m unittest discover tests"

0 commit comments

Comments
 (0)