Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
build(deps): bump django from 2.2.26 to 2.2.27 (#1619)
Browse files Browse the repository at this point in the history
* build(deps): bump django from 2.2.26 to 2.2.27

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* Upgrade Django in aimmo-runner too

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Aucomte <[email protected]>
  • Loading branch information
dependabot[bot] and faucomte97 authored Feb 10, 2022
1 parent 7d8d73d commit eaa411e
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==2.2.26",
"django==2.2.27",
"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==2.2.26",
"django==2.2.27",
"django-js-reverse==0.9.1",
"djangorestframework==3.12.2",
"eventlet==0.31.0",
Expand Down

0 comments on commit eaa411e

Please sign in to comment.