Skip to content

Commit

Permalink
Scheduled daily dependency update on Friday (#2461)
Browse files Browse the repository at this point in the history
* Update django from 5.1.1 to 5.1.3

* Update newrelic from 9.13.0 to 10.3.0

* Update psycopg2-binary from 2.9.9 to 2.9.10

* Update dj-database-url from 2.2.0 to 2.3.0

* Update django-model-utils from 4.5.1 to 5.0.0

* Update ipython from 8.27.0 to 8.29.0

* Update coverage from 7.6.1 to 7.6.7

* Update boto3 from 1.35.10 to 1.35.66

---------

Co-authored-by: Andrew Conti <[email protected]>
  • Loading branch information
pyup-bot and agconti authored Nov 22, 2024
1 parent 08ae65d commit 07039d7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions {{cookiecutter.github_repository_name}}/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Core
Django==5.1.1
Django==5.1.3
django-configurations==2.5.1
gunicorn==23.0.0
newrelic==9.13.0
newrelic==10.3.0
setuptools==75.6.0

# For the persistence stores
psycopg2-binary==2.9.9
dj-database-url==2.2.0
psycopg2-binary==2.9.10
dj-database-url==2.3.0

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

# Rest apis
Expand All @@ -19,17 +19,17 @@ django-filter==24.3

# Developer Tools
ipdb==0.13.13
ipython==8.27.0
ipython==8.29.0
mkdocs==1.6.1
flake8==7.1.1

# Testing
mock==5.1.0
factory-boy==3.3.1
pytest-django==4.9.0
coverage==7.6.1
coverage==7.6.7

# Static and Media Storage
django-storages==1.14.4
boto3==1.35.10
boto3==1.35.66

0 comments on commit 07039d7

Please sign in to comment.