Skip to content

Commit

Permalink
[#2199] Downgraded django-yubin to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van der Schoor committed Mar 14, 2024
1 parent f1a5a56 commit 7b056be
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mozilla-django-oidc-db
django-open-forms-client
django-htmx
playwright
django-yubin
django-yubin==1.7.1
django-image-cropping
django-log-outgoing-requests
xsdata
Expand Down
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ brotli==1.0.9
cbor2==5.6.2
# via webauthn
celery==5.2.7
# via
# django-yubin
# notifications-api-common
# via notifications-api-common
certifi==2023.11.17
# via
# django-simple-certmanager
Expand Down Expand Up @@ -262,7 +260,7 @@ django-two-factor-auth[phonenumberslite,webauthn]==1.16.0
# via maykin-2fa
django-view-breadcrumbs==2.5.1
# via -r requirements/base.in
django-yubin==2.0.3
django-yubin==1.7.1
# via -r requirements/base.in
djangocms-admin-style==3.2.3
# via django-cms
Expand Down Expand Up @@ -350,6 +348,8 @@ jsonschema==4.1.0
# via drf-spectacular
kombu==5.2.4
# via celery
lockfile==0.12.2
# via django-yubin
lxml==4.9.1
# via
# django-digid-eherkenning
Expand Down
8 changes: 6 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ celery==5.2.7
# via
# -c requirements/base.txt
# -r requirements/base.txt
# django-yubin
# notifications-api-common
certifi==2023.11.17
# via
Expand Down Expand Up @@ -437,7 +436,7 @@ django-view-breadcrumbs==2.5.1
# -r requirements/base.txt
django-webtest==1.9.11
# via -r requirements/test-tools.in
django-yubin==2.0.3
django-yubin==1.7.1
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -616,6 +615,11 @@ kombu==5.2.4
# celery
lazy-object-proxy==1.6.0
# via astroid
lockfile==0.12.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
# django-yubin
lxml==4.9.1
# via
# -c requirements/base.txt
Expand Down
8 changes: 6 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ celery==5.2.7
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-yubin
# notifications-api-common
certifi==2023.11.17
# via
Expand Down Expand Up @@ -484,7 +483,7 @@ django-webtest==1.9.11
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
django-yubin==2.0.3
django-yubin==1.7.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -710,6 +709,11 @@ lazy-object-proxy==1.6.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# astroid
lockfile==0.12.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-yubin
locust==2.20.0
# via -r requirements/dev.in
lxml==4.9.1
Expand Down

0 comments on commit 7b056be

Please sign in to comment.