mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
requirements.txt: bump all to latest
Pin mysqlclient as greater than 2.1.1 changes behavior Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
4712f00df7
commit
bd5c0512ff
|
@ -1,8 +1,8 @@
|
||||||
amqp==5.1.1
|
amqp==5.2.0
|
||||||
asgiref==3.7.2
|
asgiref==3.7.2
|
||||||
beautifulsoup4==4.12.2
|
beautifulsoup4==4.12.2
|
||||||
billiard==4.1.0
|
billiard==4.2.0
|
||||||
celery==5.3.4
|
celery==5.3.6
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
click-didyoumean==0.3.0
|
click-didyoumean==0.3.0
|
||||||
click-plugins==1.1.1
|
click-plugins==1.1.1
|
||||||
|
@ -10,29 +10,29 @@ click-repl==0.3.0
|
||||||
confusable-homoglyphs==3.2.0
|
confusable-homoglyphs==3.2.0
|
||||||
diff-match-patch==20230430
|
diff-match-patch==20230430
|
||||||
Django>=4.2,<4.3
|
Django>=4.2,<4.3
|
||||||
django-appconf==1.0.5
|
django-appconf==1.0.6
|
||||||
django-axes==6.1.0
|
django-axes==6.2.0
|
||||||
django-cors-headers==4.2.0
|
django-cors-headers==4.3.1
|
||||||
django-ipware==5.0.0
|
django-ipware==6.0.3
|
||||||
django-ranged-response==0.2.0
|
django-ranged-response==0.2.0
|
||||||
django-registration==3.4
|
django-registration==3.4
|
||||||
django-reversion==5.0.4
|
django-reversion==5.0.9
|
||||||
django-reversion-compare==0.16.2
|
django-reversion-compare==0.16.2
|
||||||
django-simple-captcha==0.5.20
|
django-simple-captcha==0.6.0
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
gitdb==4.0.10
|
gitdb==4.0.11
|
||||||
GitPython==3.1.37
|
GitPython==3.1.40
|
||||||
kombu==5.3.2
|
kombu==5.3.4
|
||||||
mysqlclient==2.1.1
|
mysqlclient==2.1.1
|
||||||
Pillow==10.0.1
|
Pillow==10.1.0
|
||||||
prompt-toolkit==3.0.39
|
prompt-toolkit==3.0.43
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
pytz==2023.3
|
pytz==2023.3.post1
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
smmap==5.0.0
|
smmap==5.0.1
|
||||||
soupsieve==2.4.1
|
soupsieve==2.5
|
||||||
sqlparse==0.4.4
|
sqlparse==0.4.4
|
||||||
typing_extensions==4.8.0
|
typing_extensions==4.9.0
|
||||||
tzdata==2023.3
|
tzdata==2023.3
|
||||||
vine==5.0.0
|
vine==5.1.0
|
||||||
wcwidth==0.2.8
|
wcwidth==0.2.12
|
||||||
|
|
Loading…
Reference in New Issue
Block a user