Skip to content

Commit 77bfb91

Browse files
fix(security): update Django to 5.1.15 and asteval to 1.0.6 (#18)
- Update Django from 5.1.4 to 5.1.15 to fix all remaining Django vulnerabilities - Update asteval from 1.0.5 to 1.0.6 to fix remaining sandbox escape issues - Resolves all 14 remaining Dependabot alerts
1 parent 942e6fd commit 77bfb91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
amqp==5.3.1
22
anyio==4.12.0
33
asgiref==3.11.0
4-
asteval==1.0.5
4+
asteval==1.0.6
55
attrs==25.4.0
66
autobahn==25.12.1
77
Automat==25.4.16
@@ -21,7 +21,7 @@ coverage==7.13.0
2121
cron_descriptor==2.0.6
2222
cryptography==46.0.3
2323
daphne==4.0.0
24-
Django==5.1.4
24+
Django==5.1.15
2525
django-celery-beat==2.7.0
2626
django-cors-headers==4.3.1
2727
django-timezone-field==7.2.1

0 commit comments

Comments
 (0)