Skip to content

Commit e4261e9

Browse files
Bump pyyaml from 6.0.1 to 6.0.2 (#1247)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe77b51 commit e4261e9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demos/moderator/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp==3.8.6
22
trafaret==2.1.1
3-
pyyaml==6.0.1
3+
pyyaml==6.0.2
44
numpy==1.26.4
55
pandas==2.2.3
66
scikit-learn==1.5.2

demos/moderator_bot/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ numpy==1.26.4
1515
pluggy==1.5.0
1616
pytest==8.1.1
1717
pytest-aiohttp==1.0.5
18-
pyyaml==6.0.1
18+
pyyaml==6.0.2
1919
scikit-learn==1.5.2
2020
scipy==1.13.1
2121
six==1.16.0

demos/motortwit/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ bcrypt==4.1.3
55
faker==26.0.0
66
motor==3.5.0
77
pytz==2024.2
8-
pyyaml==6.0.1
8+
pyyaml==6.0.2
99
trafaret==2.1.1

demos/shortify/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp==3.8.6
22
aiohttp_jinja2==1.5.1
3-
pyyaml==6.0.1
3+
pyyaml==6.0.2
44
redis==5.2.0
55
trafaret==2.1.1

0 commit comments

Comments
 (0)