Skip to content

Commit

Permalink
Updating vulnerable Django config
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed Mar 14, 2024
1 parent 9b60af3 commit d66ea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ boto3==1.23.10; python_version >= '3.0' and python_version < '3.7'
boto3==1.33.13; python_version == '3.7'
boto3==1.34.59; python_version >= '3.8'
Django==1.11.29; python_version < '3.0'
Django==3.2.24; python_version >= '3.0' and python_version <= '3.7'
Django==3.2.25; python_version >= '3.0' and python_version <= '3.7'
Django==4.2.11; python_version >= '3.8'
psutil==5.9.8
psycopg2-binary==2.8.6; python_version < '3.0'
Expand Down

0 comments on commit d66ea30

Please sign in to comment.