Skip to content

Commit

Permalink
Upgrade protogen dependencies [ci skip]
Browse files Browse the repository at this point in the history
Specifically because of yaml/pyyaml#736 that causes older versions of
PyYaml to not install properly on newer versions of Python.
  • Loading branch information
askmeaboutlo0m committed Apr 29, 2024
1 parent 8bb511f commit d28178d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/drawdance/generators/protogen/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
black==24.3.0
click==8.1.3
black==24.4.2
click==8.1.7
Jinja2==3.1.3
MarkupSafe==2.1.1
mypy-extensions==0.4.3
pathspec==0.10.1
platformdirs==2.5.2
pyaml==21.10.1
PyYAML==6.0
tomli==2.0.1
MarkupSafe==2.1.5
mypy-extensions==1.0.0
packaging==24.0
pathspec==0.12.1
platformdirs==4.2.1
PyYAML==6.0.1

0 comments on commit d28178d

Please sign in to comment.