Skip to content

Commit

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

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

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

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

* Update Django version and downgrade Kubernetes

* Try capitalising Exact

* Try Prefix path types

* Use IngressServiceBackend

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: faucomte97 <florian.aucomt1@ocado.com>
  • Loading branch information
dependabot[bot] and faucomte97 committed Nov 7, 2022
1 parent cee51e1 commit e9a16bc
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
Expand Up @@ -6,7 +6,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"django==3.2.15",
"django==3.2.16",
"django-forms-bootstrap",
"django-js-reverse",
"eventlet",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
package_dir={"aimmo": "aimmo"},
include_package_data=True,
install_requires=[
"django==3.2.15",
"django==3.2.16",
"django-js-reverse==0.9.1",
"djangorestframework==3.13.1",
"eventlet==0.31.0",
Expand Down

0 comments on commit e9a16bc

Please sign in to comment.