Skip to content

Commit

Permalink
Update dependencies (including GHSA-j8r2-6x86-q33q and GHSA-5cpq-8wj7…
Browse files Browse the repository at this point in the history
  • Loading branch information
timhawes committed Jun 6, 2023
1 parent 9d61b39 commit ef0c438
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
110 changes: 55 additions & 55 deletions Pipfile.lock

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

24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
-i https://pypi.org/simple
asgiref==3.6.0 ; python_version >= '3.7'
certifi==2022.12.7 ; python_version >= '3.6'
asgiref==3.7.2 ; python_version >= '3.7'
certifi==2023.5.7 ; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
cryptography==40.0.2
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.1
django==4.2.2
django-allauth==0.54.0
django-bootstrap5==23.1
django-bootstrap5==23.3
django-countries==7.5.1
django-extensions==3.2.1
django-extensions==3.2.3
django-phonenumber-field[phonenumbers]==7.1.0
gunicorn==20.1.0
idna==3.4 ; python_version >= '3.5'
ldap3==2.9.1
ldif==4.2.0
oauthlib==3.2.2 ; python_version >= '3.6'
passlib==1.7.4
phonenumbers==8.13.11
phonenumbers==8.13.13
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.6.0 ; python_version >= '3.7'
pyjwt[crypto]==2.7.0 ; python_version >= '3.7'
python3-openid==3.2.0
requests==2.29.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.7.2 ; python_version >= '3.7'
setuptools==67.8.0 ; python_version >= '3.7'
sqlparse==0.4.4 ; python_version >= '3.5'
tabulate==0.9.0
typing-extensions==4.5.0 ; python_version >= '3.7'
urllib3==1.26.15 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
typing-extensions==4.6.3 ; python_version >= '3.7'
urllib3==2.0.2 ; python_version >= '3.7'

0 comments on commit ef0c438

Please sign in to comment.