Skip to content

Commit 7e3fdc6

Browse files
deps: update pyyaml requirement from >=6.0 to >=6.0.3 (#35)
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](yaml/pyyaml@6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c4673c4 commit 7e3fdc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-worker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ uvloop>=0.22.1
44
httptools>=0.6
55
docker>=7.1.0
66
httpx>=0.28
7-
pyyaml>=6.0
7+
pyyaml>=6.0.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uvicorn>=0.34
33
uvloop>=0.22.1
44
httptools>=0.6
55
jinja2>=3.1
6-
pyyaml>=6.0
6+
pyyaml>=6.0.3
77
aiosqlite>=0.20
88
httpx>=0.28
99
apscheduler>=3.10

0 commit comments

Comments
 (0)