Skip to content

Commit 7c8efa0

Browse files
build(deps): bump pyyaml from 6.0 to 6.0.1 (#733)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.1/CHANGES) - [Commits](yaml/pyyaml@6.0...6.0.1) --- 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 90709c8 commit 7c8efa0

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.5
22
trafaret==2.1.1
3-
pyyaml==6.0
3+
pyyaml==6.0.1
44
numpy==1.23.4
55
pandas==1.5.3
66
scikit-learn==1.3.0

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.23.4
1515
pluggy==1.2.0
1616
pytest==7.4.0
1717
pytest-aiohttp==1.0.4
18-
pyyaml==6.0
18+
pyyaml==6.0.1
1919
scikit-learn==1.3.0
2020
scipy==1.11.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.0.1
55
faker==18.13.0
66
motor==3.2.0
77
pytz==2023.3
8-
pyyaml==6.0
8+
pyyaml==6.0.1
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.5
22
aiohttp_jinja2==1.5.1
3-
pyyaml==6.0
3+
pyyaml==6.0.1
44
redis==4.6.0
55
trafaret==2.1.1

0 commit comments

Comments
 (0)