Skip to content

Commit b8256e0

Browse files
committed
1 parent 24b5d2b commit b8256e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ repos:
161161
- types-requests==2.27.30
162162
- cryptography==36.0.2; python_version <= '3.6'
163163
- types-setuptools == 57.4.2
164-
- pyyaml==5.3.1
164+
- pyyaml==5.4.1
165165
args:
166166
# FIXME: get rid of missing imports ignore
167167
- --ignore-missing-imports

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ furo >= 2021.11.15
55
sphinxcontrib-apidoc >= 0.3.0
66
sphinxcontrib-towncrier >= 0.2.0a0
77
# See https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228
8-
pyyaml==5.3.1
8+
pyyaml!=6.0.0,!=5.4.0,!=5.4.1

0 commit comments

Comments
 (0)