mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-17 02:49:04 +02:00
requirements.txt: bump celery,django-axes,...
Bump requirements.txt after running: pur -r requirements.txt +celery==5.4.0 +django-axes==6.5.1 +django-cors-headers==4.4.0 +django-ipware==7.0.1 +Pillow==10.4.0 +prompt-toolkit==3.0.47 +sqlparse==0.5.1 +typing_extensions==4.12.2 Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
parent
cdab54b0dd
commit
c4035f018f
|
@ -2,7 +2,7 @@ amqp==5.2.0
|
|||
asgiref==3.8.1
|
||||
beautifulsoup4==4.12.3
|
||||
billiard==4.2.0
|
||||
celery==5.3.6
|
||||
celery==5.4.0
|
||||
click==8.1.7
|
||||
click-didyoumean==0.3.1
|
||||
click-plugins==1.1.1
|
||||
|
@ -11,9 +11,9 @@ confusable-homoglyphs==3.3.1
|
|||
diff-match-patch==20230430
|
||||
Django>=4.2,<4.3
|
||||
django-appconf==1.0.6
|
||||
django-axes==6.4.0
|
||||
django-cors-headers==4.3.1
|
||||
django-ipware==6.0.5
|
||||
django-axes==6.5.1
|
||||
django-cors-headers==4.4.0
|
||||
django-ipware==7.0.1
|
||||
django-ranged-response==0.2.0
|
||||
django-registration==3.4
|
||||
django-reversion==5.0.12
|
||||
|
@ -25,15 +25,15 @@ GitPython==3.1.43
|
|||
kombu==5.3.7
|
||||
mysqlclient==2.2.4
|
||||
packaging_legacy==23.0.post0
|
||||
Pillow==10.3.0
|
||||
prompt-toolkit==3.0.43
|
||||
Pillow==10.4.0
|
||||
prompt-toolkit==3.0.47
|
||||
python-dateutil==2.9.0.post0
|
||||
pytz==2024.1
|
||||
six==1.16.0
|
||||
smmap==5.0.1
|
||||
soupsieve==2.5
|
||||
sqlparse==0.5.0
|
||||
typing_extensions==4.11.0
|
||||
sqlparse==0.5.1
|
||||
typing_extensions==4.12.2
|
||||
tzdata==2024.1
|
||||
vine==5.1.0
|
||||
wcwidth==0.2.13
|
||||
|
|
Loading…
Reference in New Issue
Block a user