Skip to content

Commit e989cfd

Browse files
committed
fixes dev-requirements to use the new versions
1 parent 8f16d3c commit e989cfd

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ test:
2222
dev-install:
2323
pip install -r dev-requirements.txt
2424

25-
dev-install-refresh:
26-
pip3 install -e .[dev]
27-
2825
freeze-dev-requirements:
2926
pip freeze > dev-requirements.txt
3027

dev-requirements.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
aiosmtplib==1.1.6
12
anyio==3.5.0
2-
asgiref==3.4.1
3+
asgiref==3.5.2
34
astroid==2.9.3
45
attrs==21.4.0
56
black==22.3.0
@@ -8,7 +9,7 @@ cffi==1.15.0
89
chardet==4.0.0
910
charset-normalizer==2.0.12
1011
click==8.1.3
11-
cryptography==35.0.0
12+
cryptography==36.0.2
1213
Deprecated==1.2.13
1314
Django==3.2.12
1415
django-cors-headers==3.11.0
@@ -18,9 +19,9 @@ fastapi==0.68.1
1819
filelock==3.6.0
1920
Flask==2.0.2
2021
Flask-Cors==3.0.10
21-
h11==0.9.0
22-
httpcore==0.11.1
23-
httpx==0.15.5
22+
h11==0.12.0
23+
httpcore==0.15.0
24+
httpx==0.23.0
2425
idna==2.10
2526
importlib-metadata==4.11.3
2627
iniconfig==1.1.1
@@ -38,6 +39,7 @@ mypy-extensions==0.4.3
3839
nest-asyncio==1.5.1
3940
nodeenv==1.6.0
4041
packaging==21.3
42+
pathspec==0.9.0
4143
pdoc3==0.10.0
4244
phonenumbers==8.12.48
4345
platformdirs==2.5.1
@@ -59,9 +61,8 @@ pytz==2022.1
5961
PyYAML==5.4.1
6062
requests==2.25.1
6163
requests-file==1.5.1
62-
respx==0.16.3
6364
requests-mock==1.9.3
64-
twilio==7.9.1
65+
respx==0.16.3
6566
rfc3986==1.5.0
6667
six==1.16.0
6768
sniffio==1.2.0
@@ -71,6 +72,7 @@ starlette==0.14.2
7172
tldextract==3.1.0
7273
toml==0.10.2
7374
tomli==2.0.1
75+
twilio==7.9.1
7476
types-pytz==2021.3.6
7577
types-PyYAML==6.0.5
7678
typing_extensions==4.1.1
@@ -80,4 +82,3 @@ uvicorn==0.18.2
8082
Werkzeug==2.0.3
8183
wrapt==1.13.3
8284
zipp==3.7.0
83-
aiosmtplib==1.1.6

0 commit comments

Comments
 (0)