Skip to content

Commit a047ea9

Browse files
committed
Upgrade pyaml from 5.3.1 to 5.4.1
5.4.1 (2021-01-20) * yaml/pyyaml#480 -- Fix stub compat with older pyyaml versions that may unwittingly load it 5.4 (2021-01-19) * yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA * yaml/pyyaml#472 -- Fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader * yaml/pyyaml#441 -- Fix memory leak in implicit resolver setup * yaml/pyyaml#392 -- Fix py2 copy support for timezone objects * yaml/pyyaml#378 -- Fix compatibility with Jython https://github.com/yaml/pyyaml/blob/master/CHANGES
1 parent c630218 commit a047ea9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

3rdparty/python/constraints.txt

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by build-support/bin/generate_lockfile.sh on Thu Jan 7 05:28:27 PM PST 2021
1+
# Generated by build-support/bin/generate_lockfile.sh on Thu Jan 21 09:34:41 PST 2021
22
ansicolors==1.1.8
33
attrs==20.3.0
44
beautifulsoup4==4.6.3
@@ -14,7 +14,6 @@ monotonic==1.5
1414
mypy==0.782
1515
mypy-extensions==0.4.3
1616
packaging==20.8
17-
pathspec==0.8.0
1817
pex==2.1.24
1918
pip==20.2.1
2019
pluggy==0.13.1
@@ -26,7 +25,7 @@ pyparsing==2.4.7
2625
pystache==0.5.4
2726
pytest==6.2.1
2827
python-dateutil==2.8.1
29-
PyYAML==5.3.1
28+
PyYAML==5.4.1
3029
requests==2.25.1
3130
setproctitle==1.2
3231
setuptools==50.3.2

3rdparty/python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ psutil==5.7.0
2020
pystache==0.5.4
2121
# This should be kept in sync with `pytest.py`.
2222
pytest>=6.0.1,<6.3
23-
PyYAML>=5.3.1,<5.4
23+
PyYAML>=5.4,<5.5
2424
requests[security]>=2.20.1
2525
setproctitle==1.2
2626
setuptools>=50.3.0,<50.4

0 commit comments

Comments
 (0)