Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cryptography from 2.8 to 39.0.1 in /app #131

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
Binary file modified .env.secret
Binary file not shown.
2 changes: 1 addition & 1 deletion .gitsecret/paths/mapping.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.env:bd249425799e80207de424e1c8d97c11d07aa5ba79698184f4f641902cf03679
.env:9e1dbd24d09e8e37b7c2fa8aa20dd931d2204f618e725508c7c2408a0c6e491c
2 changes: 1 addition & 1 deletion app/myapp/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def yearbook(request):
if request.user.is_superuser:
dep = request.GET.get('department')
else:
return redirect("https://drive.google.com/drive/u/1/folders/1aZJPdJbGrWiOi56WMVnJWqRtmGpxrr9D")
return redirect(os.environ.get("DEPT_YEARBOOK_DRIVE_LINK", "https://yearbook.devclub.in"))
dep = request.user.student.department

departmentN=""
Expand Down
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ certifi==2019.11.28
cffi==1.13.2
chardet==3.0.4
config==0.4.2
cryptography==2.8
cryptography==39.0.1
cycler==0.10.0
Django==2.2.10
django-cleanup==4.0.0
Expand Down