Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django from 4.1.10 to 4.1.13 #69

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.1.3
# via pip-tools
distlib==0.3.5
# via virtualenv
django==4.1.10
django==4.1.13
# via -r requirements.in
filelock==3.8.0
# via virtualenv
Expand All @@ -42,6 +42,10 @@ sqlparse==0.4.4
# via django
toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# build
# pep517
virtualenv==20.16.3
# via pre-commit
wheel==0.38.1
Expand Down
Loading