Skip to content

Commit

Permalink
Merge pull request #210 from pyiron/dependabot/pip/pyyaml-6.0.1
Browse files Browse the repository at this point in the history
Bump pyyaml from 6.0 to 6.0.1
  • Loading branch information
jan-janssen authored Aug 23, 2023
2 parents 8e91753 + 60bc646 commit 3ae7cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- coverage
- codacy-coverage
- pandas =2.0.3
- pyyaml =6.0
- pyyaml =6.0.1
- jinja2 =3.1.2
- paramiko =3.3.1
- tqdm =4.66.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

keywords='pysqa',
packages=find_packages(exclude=["*tests*"]),
install_requires=['jinja2==3.1.2', 'pandas==2.0.3', 'pyyaml==6.0'],
install_requires=['jinja2==3.1.2', 'pandas==2.0.3', 'pyyaml==6.0.1'],
extras_require={
"sge": ['defusedxml==0.7.1'],
"remote": ['paramiko==3.3.1', 'tqdm==4.66.1'],
Expand Down

0 comments on commit 3ae7cf8

Please sign in to comment.