Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 765 - Update to ruamel.yaml 0.17, use new API #806

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Set ruamel.yaml 0.17.2 as minimum
0.17.0 drops Python 2.7 support, and sets 3.5 as the minimum. Adds a
deprecation warning for dump() and load(), used in codec.py. This is
followed by rapid releases to 0.17.2 to fix packaging issues.
  • Loading branch information
jwhitlock committed Aug 25, 2022
commit 2af7a52c63a517498a06aa19a2e313b63c5cbb5e
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coreapi>=2.3.3
coreschema>=0.0.4
djangorestframework>=3.10.3
django>=2.2.16
ruamel.yaml>=0.16.13
ruamel.yaml>=0.17.2
inflection>=0.3.1
packaging>=21.0
pytz>=2021.1
Expand Down