Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pyaml from 5.3.1 to 5.4.1 #11486

Merged
merged 1 commit into from Jan 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions 3rdparty/python/constraints.txt
@@ -1,4 +1,4 @@
# Generated by build-support/bin/generate_lockfile.sh on Thu Jan 7 05:28:27 PM PST 2021
# Generated by build-support/bin/generate_lockfile.sh on Thu Jan 21 09:34:41 PST 2021
ansicolors==1.1.8
attrs==20.3.0
beautifulsoup4==4.6.3
Expand All @@ -14,7 +14,6 @@ monotonic==1.5
mypy==0.782
mypy-extensions==0.4.3
packaging==20.8
pathspec==0.8.0
pex==2.1.24
pip==20.2.1
pluggy==0.13.1
Expand All @@ -26,7 +25,7 @@ pyparsing==2.4.7
pystache==0.5.4
pytest==6.2.1
python-dateutil==2.8.1
PyYAML==5.3.1
PyYAML==5.4.1
requests==2.25.1
setproctitle==1.2
setuptools==50.3.2
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Expand Up @@ -20,7 +20,7 @@ psutil==5.7.0
pystache==0.5.4
# This should be kept in sync with `pytest.py`.
pytest>=6.0.1,<6.3
PyYAML>=5.3.1,<5.4
PyYAML>=5.4,<5.5
requests[security]>=2.20.1
setproctitle==1.2
setuptools>=50.3.0,<50.4
Expand Down