Skip to content

Commit bd832ad

Browse files
Bump pyyaml from 6.0.2 to 6.0.3 (#462)
* Bump pyyaml from 6.0.2 to 6.0.3 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0.2...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <[email protected]>
1 parent 5334a8a commit bd832ad

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- myst-parser
88
- defusedxml =0.7.1
99
- pandas =2.3.2
10-
- pyyaml =6.0.2
10+
- pyyaml =6.0.3
1111
- jinja2 =3.1.6
1212
- paramiko =4.0.0
1313
- tqdm =4.67.1

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- defusedxml =0.7.1
55
- coverage
66
- pandas =2.3.2
7-
- pyyaml =6.0.2
7+
- pyyaml =6.0.3
88
- jinja2 =3.1.6
99
- paramiko =4.0.0
1010
- tqdm =4.67.1

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- defusedxml =0.7.1
55
- coverage
66
- pandas =2.3.2
7-
- pyyaml =6.0.2
7+
- pyyaml =6.0.3
88
- jinja2 =3.1.6
99
- paramiko =4.0.0
1010
- tqdm =4.67.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"jinja2==3.1.6",
44
"pandas==2.3.2",
5-
"pyyaml==6.0.2",
5+
"pyyaml==6.0.3",
66
"hatchling==1.27.0",
77
"hatch-vcs==0.5.0",
88
]
@@ -33,7 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"jinja2==3.1.6",
3535
"pandas==2.3.2",
36-
"pyyaml==6.0.2",
36+
"pyyaml==6.0.3",
3737
]
3838
dynamic = ["version"]
3939

0 commit comments

Comments
 (0)