Skip to content

Commit

Permalink
feat: bump PyYAML to 6.0.2 (Cython 3 compatibility) (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Nov 15, 2024
1 parent 5beb51c commit 012df99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
| [python-ldap](https://www.python-ldap.org/) | 3.4.3 | python3 |
| [Python](http://python.org/) | 3.12.7 | python3_core |
| [pytz](http://pythonhosted.org/pytz) | 2023.3.post1 | python3 |
| [PyYAML](https://pyyaml.org/) | 6.0.1 | python3 |
| [PyYAML](https://pyyaml.org/) | 6.0.2 | python3 |
| [pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag) | 0.1 | python3_devtools |
| [pyzmq](https://pyzmq.readthedocs.org) | 25.1.1 | python3_circus |
| [readline](https://www.gnu.org/software/readline) | 8.1.2 | core |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import coverage
import cronwrapper
import cryptography
import Cython
import decorator
import deploycron
import deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
import coverage
import cronwrapper
import cryptography
import Cython
import decorator
import deploycron
import deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ PyNaCl==1.5.0
python-dateutil==2.8.2
python-ldap==3.4.3
pytz==2023.3.post1
PyYAML==6.0.1
PyYAML==6.0.2
redis==5.0.6
referencing==0.31.0
regex==2023.8.8
Expand Down

0 comments on commit 012df99

Please sign in to comment.