Skip to content

Commit

Permalink
Merge branch 'main' into pyup-update-pytest-8.2.2-to-8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imAsparky authored Nov 28, 2024
2 parents 486f2be + e5ed224 commit 06013e5
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion config/requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
-r test.txt
django-debug-toolbar==4.4.6
django-debug-toolbar-template-profiler==2.1.0
pre-commit==3.7.1
pre-commit==4.0.1
2 changes: 1 addition & 1 deletion config/requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest-cookies==0.7.0
pytest==8.3.3
tox==4.16.0
tox==4.23.2


2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==7.3.7
Sphinx==8.1.3
myst-parser==3.0.1
furo==2024.5.6
sphinx-copybutton==0.5.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Django==5.0.7
Django==5.1.3
django-allauth[socialaccount]==0.63.3{% if (cookiecutter.use_constance != "n" or cookiecutter.allow_new_user_signup != "n") %}
django-constance[database]==3.1.0{% endif %}
django-tailwind==3.8.0
django-environ==0.11.2
rich==13.7.1
django-htmx==1.18.0
django-htmx==1.21.0
rich==13.9.4




Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r base.txt
-r test.txt

django-browser-reload==1.13.0
django-browser-reload==1.17.0
django-debug-toolbar==4.4.6
django-debug-toolbar-template-profiler==2.1.0
pre-commit==3.7.1
pre-commit==4.0.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r base.txt

psycopg2==2.9.9
uWSGI==2.0.26
psycopg2==2.9.10
uWSGI==2.0.28

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
coverage==7.5.4
coverage==7.6.8
dj-inmemorystorage==2.1.0
psycopg2==2.9.9 # This version should be used in production
psycopg2==2.9.10 # This version should be used in production
#psycopg2-binary # This version is ok for Development and Testing
pytest-django==4.8.0
pytest==8.3.3
pytest-reverse==1.7.0
pytest-reverse==1.8.0
pytest-xdist==3.6.1
tblib==3.0.0
tox==4.16.0
tox==4.23.2

2 changes: 1 addition & 1 deletion {{cookiecutter.git_project_name}}/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==7.3.7
Sphinx==8.1.3
myst-parser==3.0.1
furo==2024.5.6
sphinx-copybutton==0.5.2
Expand Down

0 comments on commit 06013e5

Please sign in to comment.