diff mbox series

[layerindex-web,4/6] requirements.txt: bump all to latest

Message ID 412bd6a14f616586808df2621a71cda98847c313.1705341088.git.tim.orling@konsulko.com
State New
Headers show
Series [layerindex-web,1/6] dockersetup: use .zst not .zstd | expand

Commit Message

Tim Orling Jan. 15, 2024, 5:56 p.m. UTC
Bump all the dependencies to latest, using
pur -r requirements.txt

We are now able to build the mysqlclient==2.2.1 package,
so the only constraint is Django>=4.2,<4.3 to keep us
pinned at the desired LTS version.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 requirements.txt | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/requirements.txt b/requirements.txt
index 20bcd30..ac06cfb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,20 +11,20 @@  confusable-homoglyphs==3.2.0
 diff-match-patch==20230430
 Django>=4.2,<4.3
 django-appconf==1.0.6
-django-axes==6.2.0
+django-axes==6.3.0
 django-cors-headers==4.3.1
 django-ipware==6.0.3
 django-ranged-response==0.2.0
 django-registration==3.4
-django-reversion==5.0.9
+django-reversion==5.0.10
 django-reversion-compare==0.16.2
 django-simple-captcha==0.6.0
 djangorestframework==3.14.0
 gitdb==4.0.11
-GitPython==3.1.40
+GitPython==3.1.41
 kombu==5.3.4
-mysqlclient==2.1.1
-Pillow==10.1.0
+mysqlclient==2.2.1
+Pillow==10.2.0
 prompt-toolkit==3.0.43
 python-dateutil==2.8.2
 pytz==2023.3.post1
@@ -33,6 +33,6 @@  smmap==5.0.1
 soupsieve==2.5
 sqlparse==0.4.4
 typing_extensions==4.9.0
-tzdata==2023.3
+tzdata==2023.4
 vine==5.1.0
-wcwidth==0.2.12
+wcwidth==0.2.13