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] " }]
6
6
requires-python = " ==3.11.*"
7
7
license = " MIT"
8
8
dependencies = [
9
- " django==5.1.9 " ,
9
+ " django==5.1.11 " ,
10
10
" django-distill==3.2.7" ,
11
- " django-environ==0.11.2 " ,
11
+ " django-environ==0.12.0 " ,
12
12
" django-filter==25.1" ,
13
- " django-prometheus==2.3 .1" ,
13
+ " django-prometheus==2.4 .1" ,
14
14
" django-simple-bulma==2.6.0" ,
15
15
" djangorestframework==3.16.0" ,
16
16
" gunicorn==23.0.0" ,
17
17
" 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 " ,
20
20
" pyjwt[crypto]==2.10.1" ,
21
- " pymdown-extensions==10.14.3 " ,
21
+ " pymdown-extensions==10.16 " ,
22
22
" python-frontmatter==1.1.0" ,
23
23
" pyyaml==6.0.2" ,
24
- " sentry-sdk==2.22 .0" ,
24
+ " sentry-sdk==2.33 .0" ,
25
25
" whitenoise==6.9.0" ,
26
26
]
27
27
28
28
[dependency-groups ]
29
29
dev = [
30
- " python-dotenv==1.1.0 " ,
30
+ " python-dotenv==1.1.1 " ,
31
31
" taskipy==1.14.1" ,
32
- " ruff==0.9.10 " ,
32
+ " ruff==0.12.4 " ,
33
33
]
34
34
lint = [" pre-commit==4.2.0" ]
35
- test = [" coverage==7.8.0 " ]
35
+ test = [" coverage==7.9.2 " ]
36
36
37
37
[tool .uv ]
38
38
package = false
You can’t perform that action at this time.
0 commit comments