Skip to content

Commit 8d0223b

Browse files
⬆️(dependencies) update python dependencies
1 parent f6b6b3b commit 8d0223b

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

setup.cfg

+31-31
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ classifiers =
2222
[options]
2323
include_package_data = True
2424
install_requires =
25-
boto3==1.22.10
26-
Django>=3.2.4,<4 # pyup: >=3.2.4,<4
27-
django-storages==1.12.3
28-
django-haystack==3.2.1
29-
django-lti-toolbox==1.0.1
30-
django-machina==1.1.6
31-
draftjs_exporter==5.0.0
32-
djangorestframework==3.13.1
25+
boto3==1.37.37
26+
Django>=5.2,<6 # pyup: >=3.2.4,<4
27+
django-storages==1.14.6
28+
django-haystack==3.3.0
29+
django-lti-toolbox==2.0.0
30+
django-machina==1.3.1
31+
draftjs_exporter==5.1.0
32+
djangorestframework==3.16.0
3333
elasticsearch>=5.0.0,<6.0.0 # pyup: >=5.0.0,<6.0.0
34-
logging-ldp==0.0.6
34+
logging-ldp==0.0.7
3535
oauthlib>=3.0.0
3636
tincan==1.0.0
3737
package_dir =
@@ -41,31 +41,31 @@ zip_safe = True
4141

4242
[options.extras_require]
4343
dev =
44-
bandit==1.7.4
45-
black==22.3.0
46-
flake8==4.0.1
47-
ipdb==0.13.9
48-
ipython==8.3.0
49-
isort==5.10.1
50-
mypy==0.950
51-
pyfakefs==4.5.6
52-
pylint-django==2.5.3
53-
pylint==2.13.8
54-
pytest-cov==3.0.0
55-
pytest-django==4.5.2
56-
pytest==7.1.2
57-
lxml==4.8.0
58-
cssselect==1.1.0
44+
bandit==1.8.3
45+
black==25.1.0
46+
flake8==7.2.0
47+
ipdb==0.13.13
48+
ipython==9.1.0
49+
isort==6.0.1
50+
mypy==1.15.0
51+
pyfakefs==5.8.0
52+
pylint-django==2.6.1
53+
pylint==3.3.6
54+
pytest-cov==6.1.1
55+
pytest-django==4.11.1
56+
pytest==8.3.5
57+
lxml==5.3.2
58+
cssselect==1.3.0
5959

6060
ci =
61-
twine==4.0.0
61+
twine==6.1.0
6262
sandbox =
63-
django-configurations==2.3.2
64-
dockerflow==2022.1.0
65-
factory_boy==3.2.1
66-
gunicorn==20.1.0
67-
psycopg2-binary==2.9.3
68-
sentry-sdk==1.5.11
63+
django-configurations==2.5.1
64+
dockerflow==2024.4.2
65+
factory_boy==3.3.3
66+
gunicorn==23.0.0
67+
psycopg2-binary==2.9.10
68+
sentry-sdk==2.26.1
6969

7070
[options.packages.find]
7171
where = src

0 commit comments

Comments
 (0)