Skip to content

Commit 3810817

Browse files
authored
Merge pull request #135 from pyiron/dependabot/pip/pandas-1.4.4
Bump pandas from 1.4.3 to 1.4.4
2 parents 8b46745 + 0344d1c commit 3810817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- coveralls
66
- coverage
77
- codacy-coverage
8-
- pandas =1.4.3
8+
- pandas =1.4.4
99
- pyyaml =6.0
1010
- jinja2 =3.1.2
1111
- paramiko =2.11.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
packages=find_packages(exclude=["*tests*"]),
3131
install_requires=['defusedxml==0.7.1',
3232
'jinja2==3.1.2',
33-
'pandas==1.4.3',
33+
'pandas==1.4.4',
3434
'paramiko==2.11.0',
3535
'pyyaml==6.0',
3636
'tqdm==4.64.1'],

0 commit comments

Comments
 (0)