Skip to content

Commit

Permalink
Scheduled daily dependency update on Thursday (#2373)
Browse files Browse the repository at this point in the history
* Update pytz from 2023.3 to 2024.1

* Update django from 4.2.1 to 5.1

* Update django-configurations from 2.4.1 to 2.5.1

* Update gunicorn from 20.1.0 to 23.0.0

* Update newrelic from 8.8.0 to 9.13.0

* Update psycopg2-binary from 2.9.6 to 2.9.9

* Update dj-database-url from 2.0.0 to 2.2.0

* Update django-model-utils from 4.3.1 to 4.5.1

* Update djangorestframework from 3.14.0 to 3.15.2

* Update markdown from 3.4.3 to 3.7

* Update django-filter from 23.2 to 24.3

* Update ipython from 8.13.2 to 8.26.0

* Update mkdocs from 1.4.3 to 1.6.0

* Update flake8 from 6.0.0 to 7.1.1

* Update mock from 5.0.2 to 5.1.0

* Update factory-boy from 3.2.1 to 3.3.1

* Update coverage from 7.2.5 to 7.6.1

* Update django-storages from 1.13.2 to 1.14.4

* Update boto3 from 1.26.135 to 1.35.8
  • Loading branch information
pyup-bot authored Aug 30, 2024
1 parent 492f403 commit 66d7c09
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions {{cookiecutter.github_repository_name}}/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# Core
pytz==2023.3
Django==4.2.1
django-configurations==2.4.1
gunicorn==20.1.0
newrelic==8.8.0
pytz==2024.1
Django==5.1
django-configurations==2.5.1
gunicorn==23.0.0
newrelic==9.13.0

# For the persistence stores
psycopg2-binary==2.9.6
dj-database-url==2.0.0
psycopg2-binary==2.9.9
dj-database-url==2.2.0

# Model Tools
django-model-utils==4.3.1
django-model-utils==4.5.1
django_unique_upload==0.2.1

# Rest apis
djangorestframework==3.14.0
Markdown==3.4.3
django-filter==23.2
djangorestframework==3.15.2
Markdown==3.7
django-filter==24.3

# Developer Tools
ipdb==0.13.13
ipython==8.13.2
mkdocs==1.4.3
flake8==6.0.0
ipython==8.26.0
mkdocs==1.6.0
flake8==7.1.1

# Testing
mock==5.0.2
factory-boy==3.2.1
mock==5.1.0
factory-boy==3.3.1
django-nose==1.4.7
nose-progressive==1.5.2
coverage==7.2.5
coverage==7.6.1

# Static and Media Storage
django-storages==1.13.2
boto3==1.26.135
django-storages==1.14.4
boto3==1.35.8

0 comments on commit 66d7c09

Please sign in to comment.