Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

upgrade django and cryptography #838

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fec_eregs/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.conf.urls import include, url

from django.conf.urls import include
from django.urls import re_path as url
from regcore import urls as regcore_urls
from regulations import urls as regsite_urls

Expand Down
4 changes: 2 additions & 2 deletions requirements-parsing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ cffi==1.15.0
chardet==3.0.4
click==8.0.3
coloredlogs==9.0
cryptography==42.0.2
cryptography==42.0.5
decorator==4.2.1
dj-database-url==0.4.2
django==3.2.23
django==4.2.11
django-click==2.3.0
django-haystack==3.1.1
django-js-asset==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# regulations-core
django==3.2.23
django==4.2.11
cached_property==1.3.1
django-mptt==0.13.4
jsonschema==2.5.1
Expand Down