Skip to content

Commit

Permalink
Bump django from 5.1.1 to 5.1.2 (#262)
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.2.
- [Commits](django/django@5.1.1...5.1.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 0471104 commit af5a682
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ distlib==0.3.8
# virtualenv
dj-database-url==2.2.0
# via -r requirements.txt
django==5.1.1
django==5.1.2
# via
# -r requirements.txt
# dj-database-url
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==5.1.1
django==5.1.2
djangorestframework==3.15.2
boto3
dj-database-url
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ distlib==0.3.8
# via virtualenv
dj-database-url==2.2.0
# via -r requirements.in
django==5.1.1
django==5.1.2
# via
# -r requirements.in
# dj-database-url
Expand Down

0 comments on commit af5a682

Please sign in to comment.