Skip to content

Commit 04ace3c

Browse files
committed
fix: pin PyYAML to 5.3.1 for Python versions >= 3.10
References: - yaml/pyyaml#601 - cython/cython#4568
1 parent 928af5a commit 04ace3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/macos-latest-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ pytz==2023.3
317317
# via
318318
# clickhouse-driver
319319
# neo4j
320-
pyyaml==5.4.1
320+
pyyaml==5.3.1
321321
# via docker-compose
322322
readme-renderer==37.3
323323
# via twine

requirements/ubuntu-latest-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ pytz==2023.3
322322
# via
323323
# clickhouse-driver
324324
# neo4j
325-
pyyaml==5.4.1
325+
pyyaml==5.3.1
326326
# via docker-compose
327327
readme-renderer==37.3
328328
# via twine

requirements/ubuntu-latest-3.11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ pytz==2023.3
317317
# via
318318
# clickhouse-driver
319319
# neo4j
320-
pyyaml==5.4.1
320+
pyyaml==5.3.1
321321
# via docker-compose
322322
readme-renderer==37.3
323323
# via twine

requirements/windows-latest-3.10.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ pywin32==306
327327
# via docker
328328
pywin32-ctypes==0.2.0
329329
# via keyring
330-
pyyaml==5.4.1
330+
pyyaml==5.3.1
331331
# via docker-compose
332332
readme-renderer==37.3
333333
# via twine

0 commit comments

Comments
 (0)