Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Dependabot (2023-10-09) #725

Merged
merged 8 commits into from
Oct 9, 2023
Merged
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
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ beautifulsoup4==4.12.2
cachecontrol-django==1.0.0
celery[redis]==5.2.7
certifi==2023.7.22
cffi==1.15.1
cffi==1.16.0
chardet==5.2.0
coreapi==2.3.3
coreschema==0.0.4
coverage==7.3.1
coverage==7.3.2
cryptography==41.0.4
decorator==5.1.1
Django==3.2.20
Expand All @@ -17,7 +17,7 @@ django-cache-memoize==0.2.0
django-environ==0.10.0
django-extensions==3.2.3
django-filter==23.3
django-redis==5.3.0
django-redis==5.4.0
django-rest-knox==4.2.0
django-staff-sso-client==4.2.0
djangorestframework==3.14.0
Expand All @@ -32,21 +32,21 @@ gunicorn==21.2.0
idna==3.4
ipython-genutils==0.2.0
itypes==1.2.0
jedi==0.19.0
jedi==0.19.1
Jinja2==3.1.2
Markdown==3.4.4
MarkupSafe==2.1.3
mohawk==1.1.0
more-itertools==10.1.0
lxml==4.9.3
openpyxl==3.1.2
packaging==23.1
packaging==23.2
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
pluggy==1.3.0
prompt-toolkit==3.0.39
psycopg2==2.9.7
psycopg2==2.9.8
ptyprocess==0.7.0
py==1.11.0
pycparser==2.21
Expand All @@ -58,14 +58,14 @@ pytest-cov==4.1.0
pytest-django==4.5.2
pytest-freezegun==0.4.2
pytz==2023.3.post1
redis==5.0.0
redis==5.0.1
requests==2.31.0
requests-hawk==1.2.1
requests-mock==1.11.0
sentry-sdk==1.31.0
six==1.16.0
sqlparse==0.4.4
traitlets==5.10.0
traitlets==5.10.1
uritemplate==4.1.1
urllib3==2.0.6
wcwidth==0.2.6
Expand Down