Skip to content

Commit

Permalink
build(deps): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alanzhu0 committed Mar 23, 2024
1 parent f90c060 commit 429d688
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 20 deletions.
10 changes: 5 additions & 5 deletions Ion.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Requires-Dist: beautifulsoup4==4.11.1
Requires-Dist: black==23.1.0
Requires-Dist: bleach==5.0.1
Requires-Dist: celery==5.2.7
Requires-Dist: certifi==2022.12.7
Requires-Dist: certifi==2023.7.22
Requires-Dist: channels==3.0.5
Requires-Dist: channels-redis==3.4.1
Requires-Dist: contextlib2==21.6.0
Requires-Dist: cryptography==41.0.0
Requires-Dist: cryptography==41.0.4
Requires-Dist: decorator==5.1.1
Requires-Dist: Django==3.2.20
Requires-Dist: django-cacheops==7.0.1
Expand All @@ -34,7 +34,7 @@ Requires-Dist: django-extensions==3.2.0
Requires-Dist: django-formtools==2.3
Requires-Dist: django-inline-svg==0.1.1
Requires-Dist: django-maintenance-mode==0.16.3
Requires-Dist: django-oauth-toolkit==2.1.0
Requires-Dist: django-oauth-toolkit==2.3.0
Requires-Dist: django-pipeline==2.0.9
Requires-Dist: django-prometheus==2.2.0
Requires-Dist: django-redis-cache==3.0.1
Expand All @@ -56,13 +56,13 @@ Requires-Dist: lxml==4.9.1
Requires-Dist: objgraph==3.5.0
Requires-Dist: pexpect==4.8.0
Requires-Dist: prometheus-client==0.17.0
Requires-Dist: psycopg2==2.9.3
Requires-Dist: psycopg2==2.9.9
Requires-Dist: pycryptodome==3.18.0
Requires-Dist: pyrankvote==2.0.5
Requires-Dist: pysftp==0.2.9
Requires-Dist: python-dateutil==2.8.2
Requires-Dist: python-magic==0.4.27
Requires-Dist: reportlab==3.6.11
Requires-Dist: reportlab==3.6.13
Requires-Dist: requests==2.31.0
Requires-Dist: requests-oauthlib==1.3.1
Requires-Dist: sentry-sdk==1.15.0
Expand Down
10 changes: 5 additions & 5 deletions Ion.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ beautifulsoup4==4.11.1
black==23.1.0
bleach==5.0.1
celery==5.2.7
certifi==2022.12.7
certifi==2023.7.22
channels==3.0.5
channels-redis==3.4.1
contextlib2==21.6.0
cryptography==41.0.0
cryptography==41.0.4
decorator==5.1.1
Django==3.2.20
django-cacheops==7.0.1
Expand All @@ -21,7 +21,7 @@ django-extensions==3.2.0
django-formtools==2.3
django-inline-svg==0.1.1
django-maintenance-mode==0.16.3
django-oauth-toolkit==2.1.0
django-oauth-toolkit==2.3.0
django-pipeline==2.0.9
django-prometheus==2.2.0
django-redis-cache==3.0.1
Expand All @@ -43,13 +43,13 @@ lxml==4.9.1
objgraph==3.5.0
pexpect==4.8.0
prometheus-client==0.17.0
psycopg2==2.9.3
psycopg2==2.9.9
pycryptodome==3.18.0
pyrankvote==2.0.5
pysftp==0.2.9
python-dateutil==2.8.2
python-magic==0.4.27
reportlab==3.6.11
reportlab==3.6.13
requests==2.31.0
requests-oauthlib==1.3.1
sentry-sdk==1.15.0
Expand Down
10 changes: 5 additions & 5 deletions docs/rtd-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ beautifulsoup4==4.11.1
black==23.1.0
bleach==5.0.1
celery==5.2.7
certifi==2022.12.7
certifi==2023.7.22
channels==3.0.5
channels-redis==3.4.1
contextlib2==21.6.0
cryptography==41.0.0
cryptography==41.0.4
decorator==5.1.1
Django==3.2.20
django-cacheops==7.0.1
Expand All @@ -21,7 +21,7 @@ django-extensions==3.2.0
django-formtools==2.3
django-inline-svg==0.1.1
django-maintenance-mode==0.16.3
django-oauth-toolkit==2.1.0
django-oauth-toolkit==2.3.0
django-pipeline==2.0.9
django-prometheus==2.2.0
django-redis-cache==3.0.1
Expand All @@ -43,13 +43,13 @@ lxml==4.9.1
objgraph==3.5.0
pexpect==4.8.0
prometheus-client==0.17.0
psycopg2==2.9.3
psycopg2==2.9.9
pycryptodome==3.18.0
pyrankvote==2.0.5
pysftp==0.2.9
python-dateutil==2.8.2
python-magic==0.4.27
reportlab==3.6.11
reportlab==3.6.13
requests==2.31.0
requests-oauthlib==1.3.1
sentry-sdk==1.15.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 3.2.20 on 2024-03-23 17:06

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('oauth', '0008_auto_20221224_2229'),
]

operations = [
migrations.AddField(
model_name='cslapplication',
name='post_logout_redirect_uris',
field=models.TextField(blank=True, help_text='Allowed Post Logout URIs list, space separated'),
),
]
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ beautifulsoup4==4.11.1
black==23.1.0
bleach==5.0.1
celery==5.2.7
certifi==2022.12.7
certifi==2023.7.22
channels==3.0.5
channels-redis==3.4.1
contextlib2==21.6.0
cryptography==41.0.0
cryptography==41.0.4
decorator==5.1.1
Django==3.2.20
django-cacheops==7.0.1
Expand All @@ -21,7 +21,7 @@ django-extensions==3.2.0
django-formtools==2.3
django-inline-svg==0.1.1
django-maintenance-mode==0.16.3
django-oauth-toolkit==2.1.0
django-oauth-toolkit==2.3.0
django-pipeline==2.0.9
django-prometheus==2.2.0
django-redis-cache==3.0.1
Expand All @@ -43,13 +43,13 @@ lxml==4.9.1
objgraph==3.5.0
pexpect==4.8.0
prometheus-client==0.17.0
psycopg2==2.9.3
psycopg2==2.9.9
pycryptodome==3.18.0
pyrankvote==2.0.5
pysftp==0.2.9
python-dateutil==2.8.2
python-magic==0.4.27
reportlab==3.6.11
reportlab==3.6.13
requests==2.31.0
requests-oauthlib==1.3.1
sentry-sdk==1.15.0
Expand Down

0 comments on commit 429d688

Please sign in to comment.