Skip to content

Commit

Permalink
Update dependencies (including Django 4.2.4, GHSA-xqr8-7jwr-rhp7, GHS…
Browse files Browse the repository at this point in the history
  • Loading branch information
timhawes committed Aug 4, 2023
1 parent 87afbe9 commit 9b13a18
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
92 changes: 46 additions & 46 deletions Pipfile.lock

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

16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
-i https://pypi.org/simple
asgiref==3.7.2 ; python_version >= '3.7'
certifi==2023.5.7 ; python_version >= '3.6'
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.2
cryptography==41.0.3
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.3
django==4.2.4
django-allauth==0.54.0
django-bootstrap5==23.3
django-countries==7.5.1
django-extensions==3.2.3
django-phonenumber-field[phonenumbers]==7.1.0
gunicorn==21.1.0
gunicorn==21.2.0
idna==3.4 ; python_version >= '3.5'
ldap3==2.9.1
ldif==4.2.0
oauthlib==3.2.2 ; python_version >= '3.6'
packaging==23.1 ; python_version >= '3.7'
passlib==1.7.4
phonenumbers==8.13.16
pip==23.2 ; python_version >= '3.7'
phonenumbers==8.13.18
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
pyjwt[crypto]==2.7.0 ; python_version >= '3.7'
pyjwt[crypto]==2.8.0 ; python_version >= '3.7'
python3-openid==3.2.0
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.3 ; python_version >= '3.7'
urllib3==2.0.4 ; python_version >= '3.7'

0 comments on commit 9b13a18

Please sign in to comment.