Skip to content

Commit

Permalink
Merge branch 'main' into task/auth-middleware_CDD-2432-rbac-models
Browse files Browse the repository at this point in the history
  • Loading branch information
mxrman authored Feb 26, 2025
2 parents 3cb46c5 + 0b0debf commit bb70e04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metrics/api/urls_construction.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ def construct_urlpatterns(

match app_mode:
case enums.AppMode.CMS_ADMIN.value:
constructed_url_patterns += django_admin_urlpatterns
constructed_url_patterns += construct_cms_admin_urlpatterns(
app_mode=app_mode
)
constructed_url_patterns += django_admin_urlpatterns
constructed_url_patterns += audit_api_urlpatterns
case enums.AppMode.PUBLIC_API.value:
constructed_url_patterns += construct_public_api_urlpatterns(
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bandit==1.8.3
black==25.1.0
coverage==7.6.12
cyclonedx-python-lib==8.8.0
cyclonedx-python-lib==8.9.0
django-factory-boy==1.0.0
factory-boy==3.3.3
Faker==36.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ruamel.yaml==0.18.10
ruamel.yaml.clib==0.2.12
SQLAlchemy==2.0.38
scour==0.38.2
setuptools==75.8.0
setuptools==75.8.1
simplejson==3.20.1
six==1.17.0
sortedcontainers==2.4.0
Expand Down

0 comments on commit bb70e04

Please sign in to comment.