Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timhawes committed Sep 26, 2023
1 parent 7a65a58 commit 37746ac
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 46 deletions.
80 changes: 40 additions & 40 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions hackdb/settings_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"apikeys.middleware.APIKeyMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"allauth.account.middleware.AccountMiddleware",
]

ROOT_URLCONF = "hackdb.urls"
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ asgiref==3.7.2 ; python_version >= '3.7'
certifi==2023.7.22 ; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==3.2.0 ; python_full_version >= '3.7.0'
cryptography==41.0.3
cryptography==41.0.4
defusedxml==0.7.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
django==4.2.5
django-allauth==0.55.2
django-allauth==0.57.0
django-bootstrap5==23.3
django-countries==7.5.1
django-extensions==3.2.3
django-phonenumber-field[phonenumbers]==7.1.0
gunicorn==21.2.0
idna==3.4 ; python_version >= '3.5'
ldap3==2.9.1
ldif==4.2.2
ldif==4.2.3
oauthlib==3.2.2 ; python_version >= '3.6'
packaging==23.1 ; python_version >= '3.7'
passlib==1.7.4
phonenumbers==8.13.19
phonenumbers==8.13.21
pip==23.2.1 ; python_version >= '3.7'
pyasn1==0.5.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pycparser==2.21
Expand All @@ -28,5 +28,5 @@ requests==2.31.0
requests-oauthlib==1.3.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4 ; python_version >= '3.5'
tabulate==0.9.0
typing-extensions==4.7.1 ; python_version >= '3.7'
urllib3==2.0.4 ; python_version >= '3.7'
typing-extensions==4.8.0 ; python_version >= '3.8'
urllib3==2.0.5 ; python_version >= '3.7'

0 comments on commit 37746ac

Please sign in to comment.