mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
[requires.io] dependency update on main branch (#5461)
* [requires.io] dependency update * [requires.io] dependency update * [requires.io] dependency update * Update setup.py Co-authored-by: requires.io <support@requires.io> Co-authored-by: Maximilian Hils <git@maximilianhils.com>
This commit is contained in:
parent
821859cd4f
commit
57e65d3d1f
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -73,7 +73,7 @@ setup(
|
|||
# It is not considered best practice to use install_requires to pin dependencies to specific versions.
|
||||
install_requires=[
|
||||
"asgiref>=3.2.10,<3.6",
|
||||
"blinker>=1.4, <1.5",
|
||||
"blinker>=1.4,<1.6",
|
||||
"Brotli>=1.0,<1.1",
|
||||
"certifi>=2019.9.11", # no semver here - this should always be on the last release!
|
||||
"cryptography>=36,<38",
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -33,7 +33,7 @@ deps =
|
|||
types-certifi==2021.10.8.3
|
||||
types-Flask==1.1.6
|
||||
types-Werkzeug==1.0.9
|
||||
types-requests==2.28.1
|
||||
types-requests==2.28.2
|
||||
types-cryptography==3.3.21
|
||||
types-pyOpenSSL==22.0.4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue