From 3a718ec0b640f115afbdfbf9c692295b7ff619de Mon Sep 17 00:00:00 2001 From: Marvin Kweyu Date: Wed, 23 Mar 2022 21:53:18 +0300 Subject: [PATCH] fix: update requirements and readme --- README.md | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f3f0fe..16e5140 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@                                   -[![Python Version](https://img.shields.io/badge/python-3.7-brightgreen.svg)](https://python.org) -[![Django Version](https://img.shields.io/badge/django-2.2-brightgreen.svg)](https://djangoproject.com) +[![Python Version](https://img.shields.io/badge/python-3.9-brightgreen.svg)](https://python.org) +[![Django Version](https://img.shields.io/badge/django-3.2-brightgreen.svg)](https://djangoproject.com) [![CircleCI](https://circleci.com/gh/MarvinKweyu/AssessMe.svg?style=svg)](https://circleci.com/gh/MarvinKweyu/AssessMe) ![Release](https://img.shields.io/github/v/release/MarvinKweyu/AssessMe?include_prereleases) ![Contributors](https://img.shields.io/github/contributors/MarvinKweyu/AssessMe) diff --git a/requirements.txt b/requirements.txt index 8caafb4..01d37d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,15 +4,15 @@ attrs==19.3.0 black==19.10b0 click==7.1.2 dj-database-url==0.5.0 -Django==2.2.27 -django-crispy-forms==1.7.0 +Django==3.2 +django-crispy-forms django-heroku==0.3.1 gunicorn==20.0.4 isort==4.3.21 lazy-object-proxy==1.4.3 mccabe==0.6.1 pathspec==0.8.0 -psycopg2-binary==2.8.6 +psycopg2-binary==2.9 redgreenunittest==0.1.1 pylint==2.5.3 python-dotenv==0.14.0