Skip to content

Commit 3b8939d

Browse files
JohnVillalovosnejch
authored andcommitted
chore: update PyYAML to 6.0.1
Fixes issue with CI having error: `AttributeError: cython_sources` Closes: #2624
1 parent 511f45c commit 3b8939d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ mypy==1.4.1
88
pylint==2.17.4
99
pytest==7.4.0
1010
responses==0.23.1
11-
types-PyYAML==6.0.12.10
11+
types-PyYAML==6.0.12.11
1212
types-requests==2.31.0.1
1313
types-setuptools==68.0.0.2

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-console-scripts==1.4.0
55
pytest-cov==4.1.0
66
pytest-github-actions-annotate-failures==0.2.0
77
pytest==7.4.0
8-
PyYaml==5.4.1
8+
PyYaml==6.0.1
99
responses==0.23.1
1010
setuptools==68.0.0
1111
wheel==0.40.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ def get_version() -> str:
5656
],
5757
extras_require={
5858
"autocompletion": ["argcomplete>=1.10.0,<3"],
59-
"yaml": ["PyYaml>=5.2"],
59+
"yaml": ["PyYaml>=6.0.1"],
6060
},
6161
)

0 commit comments

Comments
 (0)