Skip to content

Commit

Permalink
Merge pull request #320 from pyiron/dependabot/pip/pyyaml-6.0.2
Browse files Browse the repository at this point in the history
Bump pyyaml from 6.0.1 to 6.0.2
  • Loading branch information
jan-janssen authored Aug 7, 2024
2 parents 1928c21 + ffc7be1 commit f8cf659
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- myst-parser
- defusedxml =0.7.1
- pandas =2.2.2
- pyyaml =6.0.1
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.0
- tqdm =4.66.5
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- defusedxml =0.7.1
- coverage
- pandas =2.2.2
- pyyaml =6.0.1
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.0
- tqdm =4.66.5
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- defusedxml =0.7.1
- coverage
- pandas =2.2.2
- pyyaml =6.0.1
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.0
- tqdm =4.66.5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"jinja2==3.1.4",
"pandas==2.2.2",
"pyyaml==6.0.1",
"pyyaml==6.0.2",
]
dynamic = ["version"]

Expand Down

0 comments on commit f8cf659

Please sign in to comment.