Skip to content

Commit

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

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

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

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

* Update Django also in aimmo_runner

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: faucomte97 <f.aucomte@hotmail.co.uk>
  • Loading branch information
dependabot[bot] and faucomte97 committed Feb 16, 2023
1 parent 9c179f2 commit d4d9053
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.17",
"django==3.2.18",
"django-forms-bootstrap",
"django-js-reverse",
"eventlet",
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.17",
"django==3.2.18",
"django-js-reverse==0.9.1",
"djangorestframework==3.13.1",
"eventlet==0.31.0",
Expand Down

0 comments on commit d4d9053

Please sign in to comment.