Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
SaladDais committed Jan 8, 2024
1 parent 478d135 commit ea1acbd
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 53 deletions.
104 changes: 53 additions & 51 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,70 +1,72 @@
aiohttp==3.9.0
aiosignal==1.2.0
aiohttp==3.9.1
aiosignal==1.3.1
appdirs==1.4.4
Arpeggio==1.10.2
asgiref==3.4.1
async-timeout==4.0.1
attrs==21.2.0
blinker==1.4
Arpeggio==2.0.2
asgiref==3.5.2
attrs==23.2.0
Brotli==1.0.9
certifi==2022.12.7
cffi==1.15.0
charset-normalizer==2.0.9
click==8.0.3
cryptography==36.0.2
certifi==2023.11.17
cffi==1.16.0
click==8.1.7
cryptography==38.0.4
dataclasses-json==0.6.3
defusedxml==0.7.1
Flask==2.0.2
frozenlist==1.3.3
Flask==2.2.5
frozenlist==1.4.1
gltflib==1.0.13
Glymur==0.9.6
h11==0.12.0
h11==0.14.0
h2==4.1.0
hpack==4.0.0
hyperframe==6.0.1
idna==2.10
itsdangerous==2.0.1
jedi==0.18.1
Jinja2==3.0.3
kaitaistruct==0.9
lazy-object-proxy==1.6.0
itsdangerous==2.1.2
jedi==0.19.1
Jinja2==3.1.2
kaitaistruct==0.10
lazy-object-proxy==1.10.0
ldap3==2.9.1
llsd~=1.0.0
lxml==4.9.2
MarkupSafe==2.0.1
mitmproxy==8.0.0
msgpack==1.0.3
multidict==5.2.0
numpy==1.24.2
outleap~=0.4.1
llsd==1.0.0
lxml==5.1.0
MarkupSafe==2.1.3
marshmallow==3.20.1
mitmproxy==9.0.1
mitmproxy_wireguard==0.1.23
msgpack==1.0.7
multidict==6.0.4
mypy-extensions==1.0.0
numpy==1.26.3
outleap==0.5.1
packaging==23.2
parso==0.8.3
passlib==1.7.4
prompt-toolkit==3.0.23
protobuf==3.18.1
ptpython==3.0.20
prompt-toolkit==3.0.43
protobuf==4.25.1
ptpython==3.0.25
publicsuffix2==2.20191221
pyasn1==0.4.8
pyasn1==0.5.1
pycollada==0.8
pycparser==2.21
pycollada==0.7.2
Pygments==2.15.0
pyOpenSSL==22.0.0
pyparsing==2.4.7
Pygments==2.17.2
pyOpenSSL==22.1.0
pyparsing==3.0.9
pyperclip==1.8.2
PySide6-Essentials==6.4.2
qasync==0.22.0
PySide6-Essentials==6.6.1
python-dateutil==2.8.2
qasync==0.27.1
recordclass==0.18.2
requests==2.26.0
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.7
shiboken6==6.4.2
ruamel.yaml==0.17.40
ruamel.yaml.clib==0.2.8
shiboken6==6.6.1
six==1.16.0
sortedcontainers==2.4.0
tornado==6.3.3
transformations==2021.6.6
typing-extensions==4.0.1
urllib3==1.26.18
tornado==6.4
transformations==2024.6.1
typing-inspect==0.9.0
typing_extensions==4.9.0
urwid==2.1.2
wcwidth==0.2.5
Werkzeug==2.0.2
wsproto==1.0.0
yarl==1.8.2
zstandard<0.18.0
wcwidth==0.2.13
Werkzeug==2.3.8
wsproto==1.2.0
yarl==1.9.4
zstandard==0.19.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
# Proxy-specific stuff
'outleap<1.0',
'arpeggio',
# 7.x will be a major change.
'mitmproxy>=8.0.0,<8.1',
# 10.x will be a major change.
'mitmproxy>=9.0.0,<10',
'Werkzeug<3.0',
# For REPLs
'ptpython<4.0',
Expand Down

0 comments on commit ea1acbd

Please sign in to comment.