| Message ID | 20260329171109.34764-3-piotr@qbee.io |
|---|---|
| State | Accepted, archived |
| Commit | 23fdeacf820f8ef7c3e7e7d5382a6ef42242c95c |
| Delegated to: | Tim Orling |
| Headers | show |
| Series | [layerindex-web,1/3] Convert logout to a POST request, as GET is not longer supported by the new Djang 5.2 TLS. | expand |
Merged to master. Thank you. On Sun, Mar 29, 2026 at 10:11 AM Piotr Buliński via lists.yoctoproject.org <piotr=qbee.io@lists.yoctoproject.org> wrote: > This change also updates other dependencies, to ensure compatibility with > the new version of Django. > > Signed-off-by: Piotr Buliński <piotr@qbee.io> > --- > requirements.txt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/requirements.txt b/requirements.txt > index 767d4bc..0aea1f6 100644 > --- a/requirements.txt > +++ b/requirements.txt > @@ -10,17 +10,17 @@ click-plugins==1.1.1 > click-repl==0.3.0 > confusable-homoglyphs==3.3.1 > diff-match-patch==20230430 > -Django>=4.2.28,<4.3 > +Django>=5.2,<5.3 > django-appconf==1.0.6 > -django-axes==6.5.1 > +django-axes==7.1.0 > django-cors-headers==4.4.0 > django-ipware==7.0.1 > django-ranged-response==0.2.0 > -django-registration==3.4 > +django-registration==5.2.1 > django-reversion==5.1.0 > django-reversion-compare==0.17.0 > django-simple-captcha==0.6.3 > -djangorestframework==3.15.2 > +djangorestframework==3.16.1 > gitdb==4.0.11 > GitPython==3.1.43 > kombu==5.4.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#3577): > https://lists.yoctoproject.org/g/yocto-patches/message/3577 > Mute This Topic: https://lists.yoctoproject.org/mt/118566582/924729 > Group Owner: yocto-patches+owner@lists.yoctoproject.org > Unsubscribe: > https://lists.yoctoproject.org/g/yocto-patches/leave/13169857/924729/1023951714/xyzzy > [ticotimo@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > > >
diff --git a/requirements.txt b/requirements.txt index 767d4bc..0aea1f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,17 +10,17 @@ click-plugins==1.1.1 click-repl==0.3.0 confusable-homoglyphs==3.3.1 diff-match-patch==20230430 -Django>=4.2.28,<4.3 +Django>=5.2,<5.3 django-appconf==1.0.6 -django-axes==6.5.1 +django-axes==7.1.0 django-cors-headers==4.4.0 django-ipware==7.0.1 django-ranged-response==0.2.0 -django-registration==3.4 +django-registration==5.2.1 django-reversion==5.1.0 django-reversion-compare==0.17.0 django-simple-captcha==0.6.3 -djangorestframework==3.15.2 +djangorestframework==3.16.1 gitdb==4.0.11 GitPython==3.1.43 kombu==5.4.0
This change also updates other dependencies, to ensure compatibility with the new version of Django. Signed-off-by: Piotr Buliński <piotr@qbee.io> --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)