Skip to content

Commit 2323630

Browse files
mhilsrequires
andcommitted
[requires.io] dependency update on v7.0.x branch (#4802)
* [requires.io] dependency update * [requires.io] dependency update * Update setup.py Co-authored-by: requires.io <[email protected]>
1 parent 2027d1e commit 2323630

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@
8181
"ldap3>=2.8,<2.10",
8282
"msgpack>=1.0.0, <1.1.0",
8383
"passlib>=1.6.5, <1.8",
84-
"protobuf>=3.14,<3.18",
84+
"protobuf>=3.14,<3.19",
8585
"pyOpenSSL>=20.0,<20.1",
8686
"pyparsing>=2.4.2,<2.5",
8787
"pyperclip>=1.6.0,<1.9",
88-
"ruamel.yaml>=0.16,<0.17.11",
88+
"ruamel.yaml>=0.16,<0.17.17",
8989
"sortedcontainers>=2.3,<2.5",
9090
"tornado>=4.3,<7",
9191
"urwid>=2.1.1,<2.2",
@@ -101,15 +101,15 @@
101101
"hypothesis>=5.8,<7",
102102
"parver>=0.1,<2.0",
103103
"pdoc>=4.0.0",
104-
"pyinstaller==4.5",
104+
"pyinstaller==4.5.1",
105105
"pytest-asyncio>=0.10.0,<0.16,!=0.14",
106106
"pytest-cov>=2.7.1,<3",
107107
"pytest-timeout>=1.3.3,<2",
108108
"pytest-xdist>=2.1.0,<3",
109109
"pytest>=6.1.0,<7",
110110
"requests>=2.9.1,<3",
111111
"tox>=3.5,<4",
112-
"wheel>=0.36.2,<0.37"
112+
"wheel>=0.36.2,<0.38"
113113
],
114114
}
115115
)

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ commands =
3030
[testenv:mypy]
3131
deps =
3232
mypy==0.910
33-
types-certifi==0.1.4
34-
types-Flask==1.1.1
35-
types-Werkzeug==1.0.2
36-
types-requests==2.25.2
37-
types-cryptography==3.3.3
38-
types-pyOpenSSL==20.0.4
33+
types-certifi==2020.4.0
34+
types-Flask==1.1.3
35+
types-Werkzeug==1.0.5
36+
types-requests==2.25.6
37+
types-cryptography==3.3.5
38+
types-pyOpenSSL==20.0.6
3939

4040
commands =
4141
mypy {posargs}

0 commit comments

Comments
 (0)