Skip to content

Commit a160289

Browse files
committed
Upgraded django dependencies for 3.2.25
1 parent 7b33da0 commit a160289

File tree

1 file changed

+27
-20
lines changed

1 file changed

+27
-20
lines changed
Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,27 @@
1-
asgiref==3.4.1
2-
certifi==2021.10.8
3-
charset-normalizer==2.0.7
4-
click==8.0.3
5-
Django==3.2.8
6-
django-extensions==3.1.3
7-
django-filter==21.1
8-
djangorestframework==3.12.4
9-
h11==0.12.0
10-
idna==3.3
11-
pytz==2021.3
12-
requests==2.26.0
13-
sqlparse==0.4.2
14-
urllib3==1.26.7
15-
uvicorn==0.15.0
16-
psycopg2-binary==2.9.1
17-
Faker==9.3.1
18-
python-dateutil==2.8.2
19-
six==1.16.0
20-
text-unidecode==1.3
1+
asgiref==3.10.0
2+
backcall==0.2.0
3+
decorator==5.2.1
4+
Django==3.2.25
5+
django-extensions==3.2.3
6+
djangorestframework==3.15.1
7+
Faker==37.8.0
8+
flake8==4.0.1
9+
ipython==7.28.0
10+
jedi==0.19.2
11+
matplotlib-inline==0.1.7
12+
mccabe==0.6.1
13+
parso==0.8.5
14+
pexpect==4.9.0
15+
pickleshare==0.7.5
16+
prompt_toolkit==3.0.52
17+
psycopg2-binary==2.9.10
18+
ptyprocess==0.7.0
19+
pycodestyle==2.8.0
20+
pyflakes==2.4.0
21+
Pygments==2.19.2
22+
pytz==2025.2
23+
sqlparse==0.5.3
24+
traitlets==5.14.3
25+
typing_extensions==4.15.0
26+
tzdata==2025.2
27+
wcwidth==0.2.14

0 commit comments

Comments
 (0)