Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b8939d

Browse files
JohnVillalovosnejch
authored andcommitted
chore: update PyYAML to 6.0.1
Fixes issue with CI having error: `AttributeError: cython_sources`Closes:#2624
1 parent511f45c commit3b8939d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎requirements-lint.txt‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp