Skip to content

Commit

Permalink
fix(deps): bump django from 2.2.18 to 2.2.20 (#1509)
Browse files Browse the repository at this point in the history
* build(deps): bump django from 2.2.18 to 2.2.20

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

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

* Merge branch 'development' into dependabot/pip/django-2.2.20
  • Loading branch information
dependabot[bot] committed Apr 20, 2021
1 parent 68b4327 commit 30b98a0
Showing 1 changed file with 1 addition and 1 deletion.
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.18",
"django==2.2.20",
"django-js-reverse==0.9.1",
"djangorestframework==3.12.2",
"eventlet==0.29.1",
Expand Down

0 comments on commit 30b98a0

Please sign in to comment.