Skip to content

Commit

Permalink
[requires.io] dependency update on v7.0.x branch (#4802)
Browse files Browse the repository at this point in the history
* [requires.io] dependency update

* [requires.io] dependency update

* Update setup.py

Co-authored-by: requires.io <support@requires.io>
  • Loading branch information
mhils and requires committed Sep 16, 2021
1 parent 2027d1e commit 2323630
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -81,11 +81,11 @@
"ldap3>=2.8,<2.10",
"msgpack>=1.0.0, <1.1.0",
"passlib>=1.6.5, <1.8",
"protobuf>=3.14,<3.18",
"protobuf>=3.14,<3.19",
"pyOpenSSL>=20.0,<20.1",
"pyparsing>=2.4.2,<2.5",
"pyperclip>=1.6.0,<1.9",
"ruamel.yaml>=0.16,<0.17.11",
"ruamel.yaml>=0.16,<0.17.17",
"sortedcontainers>=2.3,<2.5",
"tornado>=4.3,<7",
"urwid>=2.1.1,<2.2",
Expand All @@ -101,15 +101,15 @@
"hypothesis>=5.8,<7",
"parver>=0.1,<2.0",
"pdoc>=4.0.0",
"pyinstaller==4.5",
"pyinstaller==4.5.1",
"pytest-asyncio>=0.10.0,<0.16,!=0.14",
"pytest-cov>=2.7.1,<3",
"pytest-timeout>=1.3.3,<2",
"pytest-xdist>=2.1.0,<3",
"pytest>=6.1.0,<7",
"requests>=2.9.1,<3",
"tox>=3.5,<4",
"wheel>=0.36.2,<0.37"
"wheel>=0.36.2,<0.38"
],
}
)
12 changes: 6 additions & 6 deletions tox.ini
Expand Up @@ -30,12 +30,12 @@ commands =
[testenv:mypy]
deps =
mypy==0.910
types-certifi==0.1.4
types-Flask==1.1.1
types-Werkzeug==1.0.2
types-requests==2.25.2
types-cryptography==3.3.3
types-pyOpenSSL==20.0.4
types-certifi==2020.4.0
types-Flask==1.1.3
types-Werkzeug==1.0.5
types-requests==2.25.6
types-cryptography==3.3.5
types-pyOpenSSL==20.0.6

commands =
mypy {posargs}
Expand Down

0 comments on commit 2323630

Please sign in to comment.