summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-10 15:04:41 +0000
committerUlysses Souza <ulysses.souza@docker.com>2020-06-23 04:38:19 +0200
commitd8c996a65ed76658eabcdae4c1b347347d78d8f4 (patch)
treeddc41c255cb19ca5398d8c1512f6517d50404fde /requirements.txt
parent500a32212526a3d34c6696e1fc58d35fab47d92a (diff)
Bump pyyaml from 5.3 to 5.3.1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.3.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3...5.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 6b38f51a..e22f3345 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,7 +18,7 @@ pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
PySocks==1.7.1
python-dotenv==0.13.0
-PyYAML==5.3
+PyYAML==5.3.1
requests==2.22.0
texttable==1.6.2
urllib3==1.25.9; python_version == '3.3'