Skip to content

Commit 4ffdcf4

Browse files
authored
Merge pull request #156 from gwydion67/master
fix package versions to avoid conflicting dependencies
2 parents 95d58f7 + e0f183e commit 4ffdcf4

File tree

2 files changed

+36
-35
lines changed

2 files changed

+36
-35
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.9-slim
1+
FROM python:3.13-slim
22

33
ENV TZ="Asia/Kolkata"
44

@@ -14,4 +14,4 @@ RUN chmod +x ./postinstall.sh
1414

1515
COPY . .
1616

17-
CMD [ "./postinstall.sh", "gunicorn", "--bind", "0.0.0.0:8000", "wsgi:app" ]
17+
CMD [ "./postinstall.sh", "gunicorn", "--bind", "0.0.0.0:8000", "wsgi:app" ]

requirements.txt

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,59 @@
1-
beautifulsoup4==4.12.2
2-
blinker==1.8.2
1+
beautifulsoup4==4.13.1
2+
blinker==1.9.0
33
bs4==0.0.2
4-
cachetools==5.5.0
5-
certifi==2024.8.30
4+
cachetools==5.5.1
5+
certifi==2025.1.31
66
cffi==1.17.1
77
chardet==5.2.0
8-
charset-normalizer==3.4.0
9-
click==8.1.7
10-
cryptography==43.0.1
11-
et-xmlfile==1.1.0
12-
Flask==3.0.3
13-
Flask-Cors==4.0.1
8+
charset-normalizer==3.4.1
9+
click==8.1.8
10+
cryptography==44.0.0
11+
et_xmlfile==2.0.0
12+
Flask==3.1.0
13+
Flask-Cors==5.0.0
1414
ghostscript==0.7
15-
google-api-core==2.21.0
16-
google-api-python-client==2.90.0
17-
google-auth==2.35.0
15+
google-api-core==2.24.1
16+
google-api-python-client==2.160.0
17+
google-auth==2.38.0
1818
google-auth-httplib2==0.2.0
1919
google-auth-oauthlib==1.2.1
20-
googleapis-common-protos==1.65.0
21-
gunicorn==22.0.0
20+
googleapis-common-protos==1.66.0
21+
gunicorn==23.0.0
2222
httplib2==0.22.0
23-
icalendar==5.0.7
23+
icalendar==6.1.1
2424
idna==3.10
2525
iitkgp_erp_login==2.4.2
2626
itsdangerous==2.2.0
27-
Jinja2==3.1.4
28-
MarkupSafe==3.0.1
29-
numpy==2.1.2
27+
Jinja2==3.1.5
28+
MarkupSafe==3.0.2
29+
numpy==2.2.2
3030
oauth2client==4.1.3
3131
oauthlib==3.2.2
32-
opencv-python==4.10.0.84
32+
opencv-python==4.11.0.86
3333
openpyxl==3.1.5
34-
packaging==24.1
34+
packaging==24.2
3535
pandas==2.2.3
3636
pdfminer.six==20240706
37-
proto-plus==1.24.0
38-
protobuf==5.28.2
37+
proto-plus==1.26.0
38+
protobuf==5.29.3
3939
pyasn1==0.6.1
4040
pyasn1_modules==0.4.1
4141
pycparser==2.22
42-
pyparsing==3.2.0
43-
pypdf==4.3.1
44-
pypdf_table_extraction==0.0.2
42+
pyparsing==3.2.1
43+
pypdf==5.2.0
44+
pypdf_table_extraction==1.0.1
4545
python-dateutil==2.9.0.post0
46-
pytz==2023.3
47-
requests==2.31.0
46+
pytz==2025.1
47+
requests==2.32.3
4848
requests-oauthlib==2.0.0
4949
rsa==4.9
50-
setuptools==75.1.0
51-
six==1.16.0
50+
setuptools==75.8.0
51+
six==1.17.0
5252
soupsieve==2.6
5353
tabulate==0.9.0
5454
tk==0.1.0
55-
tzdata==2024.2
55+
typing_extensions==4.12.2
56+
tzdata==2025.1
5657
uritemplate==4.1.1
57-
urllib3==2.2.3
58-
Werkzeug==3.0.4
58+
urllib3==2.3.0
59+
Werkzeug==3.1.3

0 commit comments

Comments
 (0)