Skip to content

Commit

Permalink
Merge 3042526 into 095e644
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 11, 2024
2 parents 095e644 + 3042526 commit 9112a65
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 @@ -8,7 +8,7 @@ dependencies:
- defusedxml =0.7.1
- pandas =2.2.2
- pyyaml =6.0.1
- jinja2 =3.1.3
- jinja2 =3.1.4
- paramiko =3.4.0
- tqdm =4.66.2
- pympipool =0.7.18
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- coverage
- pandas =2.2.2
- pyyaml =6.0.1
- jinja2 =3.1.3
- jinja2 =3.1.4
- paramiko =3.4.0
- tqdm =4.66.2
- pympipool =0.8.2
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- coverage
- pandas =2.2.2
- pyyaml =6.0.1
- jinja2 =3.1.3
- jinja2 =3.1.4
- paramiko =3.4.0
- tqdm =4.66.2
- pympipool =0.8.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"jinja2==3.1.3",
"jinja2==3.1.4",
"pandas==2.2.2",
"pyyaml==6.0.1",
]
Expand Down

0 comments on commit 9112a65

Please sign in to comment.