Skip to content

Commit

Permalink
Bump django from 5.0.8 to 5.1
Browse files Browse the repository at this point in the history
Generate allowlist, merge with the existing 5.0 one
  • Loading branch information
Viicos committed Aug 21, 2024
1 parent afa4048 commit fbf6c46
Show file tree
Hide file tree
Showing 4 changed files with 1,767 additions and 40 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pytest-shard==0.1.2
# Django deps:
psycopg2-binary
Django==4.2.13; python_version < '3.10'
Django==5.0.8; python_version >= '3.10'
Django==5.1; python_version >= '3.10'
-e ./ext
-e .[redis,compatible-mypy,oracle]

Expand Down
2 changes: 1 addition & 1 deletion scripts/stubtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ stubtest django \
--ignore-positional-only \
--allowlist scripts/stubtest/allowlist.txt \
--allowlist scripts/stubtest/allowlist_todo.txt \
--allowlist scripts/stubtest/allowlist_todo_django50.txt
--allowlist scripts/stubtest/allowlist_todo_django51.txt
38 changes: 0 additions & 38 deletions scripts/stubtest/allowlist_todo_django50.txt

This file was deleted.

Loading

0 comments on commit fbf6c46

Please sign in to comment.