Skip to content

Commit e0f950b

Browse files
committed
Expand PyYAML compatibility range
1 parent 094f969 commit e0f950b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Avoid Deprectaion Warnings for Django versions >= 3.2 [Changed in Django 3.2](https://docs.djangoproject.com/en/3.2/ref/applications/#for-application-authors)
66

77
- Define `AppConfig.default_auto_field` as [required since Django 3.2](https://docs.djangoproject.com/en/3.2/releases/3.2/#customizing-type-of-auto-created-primary-keys).
8-
- Upgrade PyYAML to v6.0
8+
- Support PyYAML v6 ([#158](https://github.com/torchbox/django-pattern-library/pull/158))
99

1010
## [0.5.0] - 2021-06-04
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ exclude = [
3939
[tool.poetry.dependencies]
4040
python = "^3.6"
4141
Django = ">=2.2,<4.0"
42-
PyYAML = "^6.0"
42+
PyYAML = ">=5.1,<7.0"
4343
Markdown = "^3.1"
4444

4545
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)