File tree Expand file tree Collapse file tree 2 files changed +190
-181
lines changed Expand file tree Collapse file tree 2 files changed +190
-181
lines changed Original file line number Diff line number Diff line change @@ -6,33 +6,33 @@ authors = [{ name = "Python Discord", email = "
[email protected] " }]
66requires-python = " ==3.11.*"
77license = " MIT"
88dependencies = [
9- " django==5.1.9 " ,
9+ " django==5.1.11 " ,
1010 " django-distill==3.2.7" ,
11- " django-environ==0.11.2 " ,
11+ " django-environ==0.12.0 " ,
1212 " django-filter==25.1" ,
13- " django-prometheus==2.3 .1" ,
13+ " django-prometheus==2.4 .1" ,
1414 " django-simple-bulma==2.6.0" ,
1515 " djangorestframework==3.16.0" ,
1616 " gunicorn==23.0.0" ,
1717 " httpx==0.28.1" ,
18- " markdown==3.8" ,
19- " psycopg[binary]==3.2.6 " ,
18+ " markdown==3.8.2 " ,
19+ " psycopg[binary]==3.2.9 " ,
2020 " pyjwt[crypto]==2.10.1" ,
21- " pymdown-extensions==10.14.3 " ,
21+ " pymdown-extensions==10.16 " ,
2222 " python-frontmatter==1.1.0" ,
2323 " pyyaml==6.0.2" ,
24- " sentry-sdk==2.22 .0" ,
24+ " sentry-sdk==2.33 .0" ,
2525 " whitenoise==6.9.0" ,
2626]
2727
2828[dependency-groups ]
2929dev = [
30- " python-dotenv==1.1.0 " ,
30+ " python-dotenv==1.1.1 " ,
3131 " taskipy==1.14.1" ,
32- " ruff==0.9.10 " ,
32+ " ruff==0.12.4 " ,
3333]
3434lint = [" pre-commit==4.2.0" ]
35- test = [" coverage==7.8.0 " ]
35+ test = [" coverage==7.9.2 " ]
3636
3737[tool .uv ]
3838package = false
You can’t perform that action at this time.
0 commit comments