Skip to content

Commit

Permalink
edb-terraform cli - update dependencies
Browse files Browse the repository at this point in the history
- pyyaml <= 6.0.0 breaks when cython >= 3.0.0
  - release 6.0.1 sets a cython build-time constraint
    - [PR](yaml/pyyaml#702)
    - fix will not be [backported to 5.4 or lower](yaml/pyyaml#751)
- jinja major version constraint added
  • Loading branch information
bryan-bar committed Jan 16, 2024
1 parent 1388d45 commit 257f09a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cryptography
dataclasses==0.8;python_version~="3.6.0"
PyYaml>=5.1
jinja2

dataclasses~=0.8;python_version~="3.6.0"
PyYaml >= 6.0.1, < 7.0.0
jinja2 >= 3.0.0, < 4.0.0

0 comments on commit 257f09a

Please sign in to comment.