Skip to content

Commit a7e48d9

Browse files
committed
Simplify by adopting identity 0.5.2
1 parent 5e509d6 commit a7e48d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysite/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
urlpatterns = [
2525
settings.AUTH.urlpattern,
26-
path('', views.index, name="index"),
26+
path('', views.index),
2727
path("call_downstream_api", views.call_downstream_api),
2828
path('admin/', admin.site.urls),
2929
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# See https://docs.djangoproject.com/en/5.0/faq/install/#what-python-version-can-i-use-with-django
33
django>=3.2,<6
44

5-
identity>=0.5,<0.6
5+
identity>=0.5.2,<0.6
66
python-dotenv<0.22
77
requests>=2,<3

0 commit comments

Comments
 (0)