File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,30 +78,30 @@ dev = [
78
78
" flake8-pyproject==1.2.3" ,
79
79
" htmlmin==0.1.12" ,
80
80
" ipdb==0.13.13" ,
81
- " ipython==9.0.2 " ,
81
+ " ipython==9.2.0 " ,
82
82
" isort==6.0.1" ,
83
- " lxml==5.3.1 " ,
83
+ " lxml==5.4.0 " ,
84
84
" msgpack==1.1.0" ,
85
85
" mysqlclient==2.2.7" ,
86
86
" pylint==3.3.6" ,
87
87
" pylint-django==2.6.1" ,
88
88
" pytest==8.3.5" ,
89
- " pytest-cov==6.0.0 " ,
90
- " pytest-django==4.10.0 " ,
89
+ " pytest-cov==6.1.1 " ,
90
+ " pytest-django==4.11.1 " ,
91
91
" responses==0.25.7" ,
92
92
]
93
93
ci = [
94
94
" twine==6.1.0" ,
95
95
]
96
96
sandbox = [
97
97
" boto3<1.36" ,
98
- " django-storages==1.14.5 " ,
98
+ " django-storages==1.14.6 " ,
99
99
" django-configurations==2.5.1" ,
100
100
" dockerflow==2024.4.2" ,
101
101
" factory-boy==3.3.3" ,
102
102
" gunicorn==23.0.0" ,
103
103
" psycopg2-binary==2.9.10" ,
104
- " sentry-sdk==2.24.1 " ,
104
+ " sentry-sdk==2.27.0 " ,
105
105
]
106
106
107
107
[tool .flake8 ]
You can’t perform that action at this time.
0 commit comments