Skip to content

Commit 2414cd5

Browse files
committed
update requirements
1 parent bed9155 commit 2414cd5

File tree

1 file changed

+39
-22
lines changed

1 file changed

+39
-22
lines changed

requirements.txt

+39-22
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,49 @@
1+
annotated-types==0.7.0
2+
black==22.6.0
3+
blinker==1.8.2
14
certifi==2024.7.4
2-
cffi==1.15.1
3-
chardet==3.0.4
4-
charset-normalizer==2.1.1
5-
click==8.1.3
6-
cryptography==42.0.4
7-
Deprecated==1.2.13
8-
ecdsa==0.18.0
9-
Flask==2.3.2
10-
future==0.18.3
5+
cffi==1.17.0
6+
chardet==5.2.0
7+
charset-normalizer==3.3.2
8+
click==8.1.7
9+
cryptography==43.0.0
10+
Deprecated==1.2.14
11+
distlib==0.3.6
12+
ecdsa==0.19.0
13+
filelock==3.9.0
14+
Flask==3.0.3
15+
future==1.0.0
1116
idna==3.7
12-
itsdangerous==2.1.2
17+
itsdangerous==2.2.0
1318
Jinja2==3.1.4
14-
MarkupSafe==2.1.1
19+
MarkupSafe==2.1.5
20+
mypy-extensions==0.4.3
1521
Naked==0.1.32
1622
ordereddict==1.1
17-
pyasn1==0.4.8
18-
pycparser==2.21
19-
PyJWT==2.6.0
20-
python-dotenv==0.21.0
23+
pathspec==0.9.0
24+
pipenv==2023.2.18
25+
platformdirs==2.5.2
26+
pyasn1==0.6.0
27+
pycparser==2.22
28+
pycrypto==2.6.1
29+
pydantic==2.8.2
30+
pydantic_core==2.20.1
31+
PyJWT==2.9.0
32+
python-dotenv==1.0.1
2133
python-jose==3.3.0
22-
pytz==2022.6
23-
PyYAML==6.0
24-
requests==2.32.2
34+
pytz==2024.1
35+
PyYAML==6.0.2
36+
requests==2.32.3
2537
rsa==4.9
2638
shellescape==3.8.1
2739
six==1.16.0
40+
tomli==2.0.1
41+
typing_extensions==4.12.2
2842
urllib3==2.2.2
29-
vonage>=3.1.0
30-
vonage_jwt>=1.1.0
31-
Werkzeug==3.0.1
32-
wrapt==1.14.1
43+
virtualenv==20.20.0
44+
virtualenv-clone==0.5.7
45+
vonage==3.16.1
46+
vonage-jwt==1.1.1
47+
vonage-utils==1.1.2
48+
Werkzeug==3.0.3
49+
wrapt==1.16.0

0 commit comments

Comments
 (0)