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

Commit

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

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

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

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

* Merge branch 'development' into dependabot/pip/django-2.2.22
  • Loading branch information
dependabot[bot] authored Jun 10, 2021
1 parent c3c612c commit 48f5846
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.21",
"django==2.2.22",
"django-js-reverse==0.9.1",
"djangorestframework==3.12.2",
"eventlet==0.31.0",
Expand Down

0 comments on commit 48f5846

Please sign in to comment.