Skip to content

Commit

Permalink
Update dependencies (including Django 4.2.3/CVE-2023-36053)
Browse files Browse the repository at this point in the history
  • Loading branch information
timhawes committed Jul 3, 2023
1 parent ef0c438 commit 023c77c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions Pipfile.lock

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

10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cffi==1.15.1
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
cryptography==41.0.1
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.2
django==4.2.3
django-allauth==0.54.0
django-bootstrap5==23.3
django-countries==7.5.1
Expand All @@ -17,16 +17,16 @@ ldap3==2.9.1
ldif==4.2.0
oauthlib==3.2.2 ; python_version >= '3.6'
passlib==1.7.4
phonenumbers==8.13.13
phonenumbers==8.13.15
pip==23.1.2 ; 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'
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'
setuptools==67.8.0 ; python_version >= '3.7'
setuptools==68.0.0 ; python_version >= '3.7'
sqlparse==0.4.4 ; python_version >= '3.5'
tabulate==0.9.0
typing-extensions==4.6.3 ; python_version >= '3.7'
urllib3==2.0.2 ; python_version >= '3.7'
typing-extensions==4.7.1 ; python_version >= '3.7'
urllib3==2.0.3 ; python_version >= '3.7'

0 comments on commit 023c77c

Please sign in to comment.