File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33dependencies :
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
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ channels:
33dependencies :
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
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
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]
3333dependencies = [
3434 " jinja2==3.1.6" ,
35- " pandas==2.3.2 " ,
35+ " pandas==2.3.3 " ,
3636 " pyyaml==6.0.3" ,
3737]
3838dynamic = [" version" ]
@@ -116,4 +116,4 @@ path = "pysqa/_version.py"
116116
117117[tool .coverage .run ]
118118omit = [" pysqa/_version.py" , " tests/*" ]
119- command_line = " -m unittest discover tests"
119+ command_line = " -m unittest discover tests"
You can’t perform that action at this time.
0 commit comments