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

Commit

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 8, 2021
1 parent 3d74a12 commit 200fa4d
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.20",
"django==2.2.21",
"django-js-reverse==0.9.1",
"djangorestframework==3.12.2",
"eventlet==0.29.1",
Expand Down

0 comments on commit 200fa4d

Please sign in to comment.