Skip to content

Commit

Permalink
Scheduled daily dependency update on Saturday (#1449)
Browse files Browse the repository at this point in the history
* Update django from 4.0 to 4.0.1

* Update psycopg2-binary from 2.9.2 to 2.9.3

* Update ipython from 7.30.1 to 8.0.0

* Update boto3 from 1.20.26 to 1.20.37
  • Loading branch information
pyup-bot committed Jan 15, 2022
1 parent d4377fe commit 3c5fcc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions {{cookiecutter.github_repository_name}}/requirements.txt
@@ -1,12 +1,12 @@
# Core
pytz==2021.3
Django==4.0
Django==4.0.1
django-configurations==2.3.1
gunicorn==20.1.0
newrelic==7.2.4.171

# For the persistence stores
psycopg2-binary==2.9.2
psycopg2-binary==2.9.3
dj-database-url==0.5.0

# Model Tools
Expand All @@ -20,7 +20,7 @@ django-filter==21.1

# Developer Tools
ipdb==0.13.9
ipython==7.30.1
ipython==8.0.0
mkdocs==1.2.3
flake8==4.0.1

Expand All @@ -33,5 +33,5 @@ coverage==6.2

# Static and Media Storage
django-storages==1.12.3
boto3==1.20.26
boto3==1.20.37

0 comments on commit 3c5fcc5

Please sign in to comment.