Skip to content

Commit

Permalink
fix(deps): bump django from 3.2.14 to 3.2.15 (#1694)
Browse files Browse the repository at this point in the history
* build(deps): bump django from 3.2.14 to 3.2.15

Bumps [django](https://github.com/django/django) from 3.2.14 to 3.2.15.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.2.14...3.2.15)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Upgrade Django in aimmo runner too
  • Loading branch information
dependabot[bot] committed Aug 12, 2022
1 parent 77244b4 commit 7ba3ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aimmo_runner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"django==3.2.14",
"django==3.2.15",
"django-autoconfig >= 0.3.6, < 1.0.0",
"django-forms-bootstrap",
"django-js-reverse",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
package_dir={"aimmo": "aimmo"},
include_package_data=True,
install_requires=[
"django==3.2.14",
"django==3.2.15",
"django-js-reverse==0.9.1",
"djangorestframework==3.13.1",
"eventlet==0.31.0",
Expand Down

0 comments on commit 7ba3ed8

Please sign in to comment.