[requires.io] dependency update on master branch (#4345)
Co-authored-by: requires.io <support@requires.io>
This commit is contained in:
parent
961d884730
commit
7217c60e4e
8
setup.py
8
setup.py
|
@ -72,7 +72,7 @@ setup(
|
||||||
"Brotli>=1.0,<1.1",
|
"Brotli>=1.0,<1.1",
|
||||||
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
|
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
|
||||||
"click>=7.0,<8",
|
"click>=7.0,<8",
|
||||||
"cryptography>=3.2,<3.3",
|
"cryptography>=3.3,<3.4",
|
||||||
"flask>=1.1.1,<1.2",
|
"flask>=1.1.1,<1.2",
|
||||||
"h2>=4.0,<5",
|
"h2>=4.0,<5",
|
||||||
"hyperframe>=6.0,<7",
|
"hyperframe>=6.0,<7",
|
||||||
|
@ -80,16 +80,16 @@ setup(
|
||||||
"ldap3>=2.8,<2.9",
|
"ldap3>=2.8,<2.9",
|
||||||
"msgpack>=1.0.0, <1.1.0",
|
"msgpack>=1.0.0, <1.1.0",
|
||||||
"passlib>=1.6.5, <1.8",
|
"passlib>=1.6.5, <1.8",
|
||||||
"protobuf>=3.6.0, <3.14",
|
"protobuf>=3.14,<3.15",
|
||||||
"pyasn1>=0.3.1,<0.5",
|
"pyasn1>=0.3.1,<0.5",
|
||||||
"pyOpenSSL>=20.0,<20.1",
|
"pyOpenSSL>=20.0,<20.1",
|
||||||
"pyparsing>=2.4.2,<2.5",
|
"pyparsing>=2.4.2,<2.5",
|
||||||
"pyperclip>=1.6.0,<1.9",
|
"pyperclip>=1.6.0,<1.9",
|
||||||
"ruamel.yaml>=0.16,<0.17",
|
"ruamel.yaml>=0.16,<0.17",
|
||||||
"sortedcontainers>=2.1,<2.3",
|
"sortedcontainers>=2.3,<2.4",
|
||||||
"tornado>=4.3,<7",
|
"tornado>=4.3,<7",
|
||||||
"urwid>=2.1.1,<2.2",
|
"urwid>=2.1.1,<2.2",
|
||||||
"wsproto>=0.14,<0.16",
|
"wsproto>=1.0,<1.1",
|
||||||
"publicsuffix2>=2.20190812,<3",
|
"publicsuffix2>=2.20190812,<3",
|
||||||
"zstandard>=0.11,<0.15",
|
"zstandard>=0.11,<0.15",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue