Skip to content

Commit

Permalink
Merge pull request #378 from bento-platform/dependabot/pip/django-4.1.6
Browse files Browse the repository at this point in the history
chore(deps): bump django from 4.1.3 to 4.1.6
  • Loading branch information
davidlougheed committed Feb 4, 2023
2 parents 656d1b4 + 33e8b36 commit 8173017
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.3
Django==4.1.6
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.2",
"Django==4.1.6",
"django-autocomplete-light==3.9.4",
"django-cors-headers==3.13.0",
"django-filter==22.1",
Expand Down

0 comments on commit 8173017

Please sign in to comment.