Skip to content

Commit

Permalink
Update pyyaml (#6322)
Browse files Browse the repository at this point in the history
* update PyYaml for python311 packages
- to build with cython 3.x an update of PyYaml from 6.0.1 to 6.0.2 is required

(cherry picked from commit 2e2965e)

* update PyYaml for homeassistant package
- to build with cython 3.x an update of PyYaml from 6.0.1 to 6.0.2 is required
  • Loading branch information
hgy59 authored Nov 20, 2024
1 parent 3b44f87 commit 877f66f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion spk/beets/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jellyfish==0.10.0
lxml==4.9.3
MarkupSafe==2.1.3
Pillow==9.5.0
PyYAML==6.0.1
PyYAML==6.0.2
2 changes: 1 addition & 1 deletion spk/duplicity/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ netifaces==0.11.0
protobuf==4.23.4
psutil==5.9.5
PyNaCl==1.5.0
PyYAML==6.0.1
PyYAML==6.0.2
simplejson==3.19.1
wrapt==1.15.0
2 changes: 1 addition & 1 deletion spk/flexget/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msgpack==1.0.5
psutil==5.9.4
pydantic==1.10.2
pyrsistent==0.19.2
PyYAML==6.0.1
PyYAML==6.0.2
SQLAlchemy==2.0.15

# Building will generate a non-optimized build: py3-none-any
Expand Down
2 changes: 1 addition & 1 deletion spk/homeassistant/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pycrc16==0.1.2
pydantic==1.10.12
pyitachip2ir==0.0.7
PyNaCl==1.5.0
PyYAML==6.0.1
PyYAML==6.0.2
regex==2021.8.28
rpds_py==0.9.2
simplejson==3.19.1
Expand Down
2 changes: 1 addition & 1 deletion spk/octoprint/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ MarkupSafe==2.1.5
netifaces==0.11.0
psutil==5.9.8
pydantic==1.10.12
PyYAML==6.0.1
PyYAML==6.0.2
regex==2024.5.10
tornado==6.2
wrapt==1.15.0
2 changes: 1 addition & 1 deletion spk/salt-master/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgpack==1.0.5
psutil==5.9.5
pycryptodomex==3.18.0
pydantic_core==2.3.0
PyYAML==6.0.1
PyYAML==6.0.2
pyzmq==25.0.2
setproctitle==1.3.2
timelib==0.3.0
2 changes: 1 addition & 1 deletion spk/salt-minion/src/requirements-crossenv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgpack==1.0.5
psutil==5.9.5
pycryptodomex==3.18.0
pydantic_core==2.3.0
PyYAML==6.0.1
PyYAML==6.0.2
pyzmq==25.0.2
setproctitle==1.3.2
timelib==0.3.0

0 comments on commit 877f66f

Please sign in to comment.