Skip to content

Commit

Permalink
Merge pull request #381 from bento-platform/dependabot/pip/django-4.1.7
Browse files Browse the repository at this point in the history
chore(deps): bump django from 4.1.6 to 4.1.7
  • Loading branch information
davidlougheed committed Mar 7, 2023
2 parents 4e84565 + fe52f14 commit 406d215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bento-lib==5.0.2
Django==4.1.6
Django==4.1.7
django-autocomplete-light==3.9.4
django-cors-headers==3.13.0
django-filter==22.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
python_requires=">=3.8",
install_requires=[
"bento_lib[django]==5.0.2",
"Django==4.1.6",
"Django==4.1.7",
"django-autocomplete-light==3.9.4",
"django-cors-headers==3.13.0",
"django-filter==22.1",
Expand Down

0 comments on commit 406d215

Please sign in to comment.