Skip to content

Commit 38feafc

Browse files
hoangvu5mmcinnestaylor
authored andcommitted
Bumped requirements
- Python 3.10 -> 3.12 - Updated project requirements
1 parent 9703136 commit 38feafc

File tree

6 files changed

+115
-129
lines changed

6 files changed

+115
-129
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.8", "3.9", "3.10"]
10+
python-version: ["3.10", "3.11", "3.12"]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Set up Python ${{ matrix.python-version }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.10-slim
1+
FROM python:3.12-slim
22
LABEL maintainer="ACM at FSU <contact@fsu.acm.org>"
33

44
ENV PYTHONUNBUFFERED=1

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ discord-py = "==2.5.0"
2121
[dev-packages]
2222

2323
[requires]
24-
python_version = "3.10"
24+
python_version = "3.12"

Pipfile.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 49 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,53 @@
11
-i https://pypi.python.org/simple
2-
aiohttp==3.7.4.post0; python_version >= '3.6'
3-
amqp==5.1.1; python_version >= '3.6'
4-
asgiref==3.7.2; python_version >= '3.7'
5-
async-timeout==3.0.1; python_full_version >= '3.5.3'
6-
attrs==23.1.0; python_version >= '3.7'
7-
billiard==4.1.0; python_version >= '3.7'
8-
celery==5.3.1
9-
certifi==2023.7.22; python_version >= '3.6'
10-
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
11-
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
12-
click==8.1.7; python_version >= '3.7'
13-
click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
2+
aiohappyeyeballs==2.4.6; python_version >= '3.9'
3+
aiohttp==3.11.13; python_version >= '3.9'
4+
aiosignal==1.3.2; python_version >= '3.9'
5+
amqp==5.3.1; python_version >= '3.6'
6+
asgiref==3.8.1; python_version >= '3.8'
7+
async-timeout==5.0.1; python_version >= '3.8'
8+
attrs==25.1.0; python_version >= '3.8'
9+
billiard==4.2.1; python_version >= '3.7'
10+
celery==5.4.0; python_version >= '3.8'
11+
certifi==2025.1.31; python_version >= '3.6'
12+
charset-normalizer==3.4.1; python_version >= '3.7'
13+
click==8.1.8; python_version >= '3.7'
14+
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
1415
click-plugins==1.1.1
1516
click-repl==0.3.0; python_version >= '3.6'
16-
cron-descriptor==1.4.0
17-
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
18-
deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
19-
diff-match-patch==20230430; python_version >= '3.7'
20-
discord.py==2.5.0
21-
django==4.2.4
22-
django-celery-beat==2.5.0
23-
django-hashid-field==3.3.7
24-
django-import-export==3.2.0
25-
django-timezone-field==6.0; python_version >= '3.8' and python_version < '4.0'
26-
et-xmlfile==1.1.0; python_version >= '3.6'
27-
flower==2.0.1
28-
gunicorn==21.2.0
17+
cron-descriptor==1.4.5
18+
diff-match-patch==20241021; python_version >= '3.7'
19+
discord-py==2.5.0; python_version >= '3.8'
20+
django==4.2.20; python_version >= '3.8'
21+
django-celery-beat==2.7.0; python_version >= '3.8'
22+
django-hashid-field==3.4.1
23+
django-import-export==4.3.7; python_version >= '3.9'
24+
django-timezone-field==7.1; python_version >= '3.8' and python_version < '4.0'
25+
flower==2.0.1; python_version >= '3.7'
26+
frozenlist==1.5.0; python_version >= '3.8'
27+
gunicorn==23.0.0; python_version >= '3.7'
2928
hashids==1.3.1; python_version >= '2.7'
30-
hiredis==2.2.3
31-
humanize==4.8.0; python_version >= '3.8'
32-
idna==3.4; python_version >= '3.5'
33-
kombu==5.3.1; python_version >= '3.8'
34-
markuppy==1.14
35-
multidict==6.0.4; python_version >= '3.7'
36-
mysqlclient==2.2.0
37-
odfpy==1.4.1
38-
openpyxl==3.1.2
39-
packaging==23.1; python_version >= '3.7'
40-
prometheus-client==0.17.1; python_version >= '3.6'
41-
prompt-toolkit==3.0.39; python_full_version >= '3.7.0'
42-
python-crontab==3.0.0
43-
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
44-
pytz==2023.3
45-
pyyaml==6.0.1
46-
redis==4.1.4
47-
requests==2.31.0
48-
six==1.16.0
49-
sqlparse==0.4.4; python_version >= '3.5'
50-
tablib[html,ods,xls,xlsx,yaml]==3.5.0; python_version >= '3.8'
51-
tornado==6.3.3; python_version >= '3.8'
52-
typing-extensions==4.7.1; python_version >= '3.7'
53-
tzdata==2023.3; python_version >= '2'
54-
urllib3==2.0.4; python_version >= '3.7'
55-
vine==5.0.0; python_version >= '3.6'
56-
wcwidth==0.2.6
57-
wrapt==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
58-
xlrd==2.0.1
59-
xlwt==1.3.0
60-
yarl==1.9.2; python_version >= '3.7'
29+
hiredis==3.1.0; python_version >= '3.8'
30+
humanize==4.12.1; python_version >= '3.9'
31+
idna==3.10; python_version >= '3.6'
32+
kombu==5.5.0; python_version >= '3.8'
33+
multidict==6.1.0; python_version >= '3.8'
34+
mysqlclient==2.2.7; python_version >= '3.8'
35+
packaging==24.2; python_version >= '3.8'
36+
prometheus-client==0.21.1; python_version >= '3.8'
37+
prompt-toolkit==3.0.50; python_full_version >= '3.8.0'
38+
propcache==0.3.0; python_version >= '3.9'
39+
python-crontab==3.2.0
40+
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
41+
pytz==2025.1
42+
redis==5.2.1; python_version >= '3.8'
43+
requests==2.32.3; python_version >= '3.8'
44+
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
45+
sqlparse==0.5.3; python_version >= '3.8'
46+
tablib==3.8.0; python_version >= '3.9'
47+
tornado==6.4.2; python_version >= '3.8'
48+
typing-extensions==4.12.2; python_version >= '3.8'
49+
tzdata==2025.1; python_version >= '2'
50+
urllib3==2.3.0; python_version >= '3.9'
51+
vine==5.1.0; python_version >= '3.6'
52+
wcwidth==0.2.13
53+
yarl==1.18.3; python_version >= '3.9'

requirements.txt

Lines changed: 49 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,53 @@
11
-i https://pypi.python.org/simple
2-
aiohttp==3.7.4.post0; python_version >= '3.6'
3-
amqp==5.1.1; python_version >= '3.6'
4-
asgiref==3.7.2; python_version >= '3.7'
5-
async-timeout==3.0.1; python_full_version >= '3.5.3'
6-
attrs==23.1.0; python_version >= '3.7'
7-
billiard==4.1.0; python_version >= '3.7'
8-
celery==5.3.1
9-
certifi==2023.7.22; python_version >= '3.6'
10-
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
11-
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
12-
click==8.1.7; python_version >= '3.7'
13-
click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
2+
aiohappyeyeballs==2.4.6; python_version >= '3.9'
3+
aiohttp==3.11.13; python_version >= '3.9'
4+
aiosignal==1.3.2; python_version >= '3.9'
5+
amqp==5.3.1; python_version >= '3.6'
6+
asgiref==3.8.1; python_version >= '3.8'
7+
async-timeout==5.0.1; python_version >= '3.8'
8+
attrs==25.1.0; python_version >= '3.8'
9+
billiard==4.2.1; python_version >= '3.7'
10+
celery==5.4.0; python_version >= '3.8'
11+
certifi==2025.1.31; python_version >= '3.6'
12+
charset-normalizer==3.4.1; python_version >= '3.7'
13+
click==8.1.8; python_version >= '3.7'
14+
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
1415
click-plugins==1.1.1
1516
click-repl==0.3.0; python_version >= '3.6'
16-
cron-descriptor==1.4.0
17-
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
18-
deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
19-
diff-match-patch==20230430; python_version >= '3.7'
20-
discord.py==2.5.0
21-
django==4.2.4
22-
django-celery-beat==2.5.0
23-
django-hashid-field==3.3.7
24-
django-import-export==3.2.0
25-
django-timezone-field==6.0; python_version >= '3.8' and python_version < '4.0'
26-
et-xmlfile==1.1.0; python_version >= '3.6'
27-
flower==2.0.1
28-
gunicorn==21.2.0
17+
cron-descriptor==1.4.5
18+
diff-match-patch==20241021; python_version >= '3.7'
19+
discord-py==2.5.0; python_version >= '3.8'
20+
django==4.2.20; python_version >= '3.8'
21+
django-celery-beat==2.7.0; python_version >= '3.8'
22+
django-hashid-field==3.4.1
23+
django-import-export==4.3.7; python_version >= '3.9'
24+
django-timezone-field==7.1; python_version >= '3.8' and python_version < '4.0'
25+
flower==2.0.1; python_version >= '3.7'
26+
frozenlist==1.5.0; python_version >= '3.8'
27+
gunicorn==23.0.0; python_version >= '3.7'
2928
hashids==1.3.1; python_version >= '2.7'
30-
hiredis==2.2.3
31-
humanize==4.8.0; python_version >= '3.8'
32-
idna==3.4; python_version >= '3.5'
33-
kombu==5.3.1; python_version >= '3.8'
34-
markuppy==1.14
35-
multidict==6.0.4; python_version >= '3.7'
36-
mysqlclient==2.2.0
37-
odfpy==1.4.1
38-
openpyxl==3.1.2
39-
packaging==23.1; python_version >= '3.7'
40-
prometheus-client==0.17.1; python_version >= '3.6'
41-
prompt-toolkit==3.0.39; python_full_version >= '3.7.0'
42-
python-crontab==3.0.0
43-
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
44-
pytz==2023.3
45-
pyyaml==6.0.1
46-
redis==4.1.4
47-
requests==2.31.0
48-
six==1.16.0
49-
sqlparse==0.4.4; python_version >= '3.5'
50-
tablib[html,ods,xls,xlsx,yaml]==3.5.0; python_version >= '3.8'
51-
tornado==6.3.3; python_version >= '3.8'
52-
typing-extensions==4.7.1; python_version >= '3.7'
53-
tzdata==2023.3; python_version >= '2'
54-
urllib3==2.0.4; python_version >= '3.7'
55-
vine==5.0.0; python_version >= '3.6'
56-
wcwidth==0.2.6
57-
wrapt==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
58-
xlrd==2.0.1
59-
xlwt==1.3.0
60-
yarl==1.9.2; python_version >= '3.7'
29+
hiredis==3.1.0; python_version >= '3.8'
30+
humanize==4.12.1; python_version >= '3.9'
31+
idna==3.10; python_version >= '3.6'
32+
kombu==5.5.0; python_version >= '3.8'
33+
multidict==6.1.0; python_version >= '3.8'
34+
mysqlclient==2.2.7; python_version >= '3.8'
35+
packaging==24.2; python_version >= '3.8'
36+
prometheus-client==0.21.1; python_version >= '3.8'
37+
prompt-toolkit==3.0.50; python_full_version >= '3.8.0'
38+
propcache==0.3.0; python_version >= '3.9'
39+
python-crontab==3.2.0
40+
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
41+
pytz==2025.1
42+
redis==5.2.1; python_version >= '3.8'
43+
requests==2.32.3; python_version >= '3.8'
44+
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
45+
sqlparse==0.5.3; python_version >= '3.8'
46+
tablib==3.8.0; python_version >= '3.9'
47+
tornado==6.4.2; python_version >= '3.8'
48+
typing-extensions==4.12.2; python_version >= '3.8'
49+
tzdata==2025.1; python_version >= '2'
50+
urllib3==2.3.0; python_version >= '3.9'
51+
vine==5.1.0; python_version >= '3.6'
52+
wcwidth==0.2.13
53+
yarl==1.18.3; python_version >= '3.9'

0 commit comments

Comments
 (0)