-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pyup-update-myst-parser-3.0.1-to-4.0.0
- Loading branch information
Showing
8 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pytest-cookies==0.7.0 | ||
pytest==8.2.2 | ||
tox==4.16.0 | ||
pytest==8.3.3 | ||
tox==4.23.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Sphinx==7.3.7 | ||
myst-parser==4.0.0 | ||
furo==2024.5.6 | ||
Sphinx==8.1.3 | ||
furo==2024.8.6 | ||
sphinx-copybutton==0.5.2 | ||
sphinx_inline_tabs==2023.4.21 |
7 changes: 4 additions & 3 deletions
7
{{cookiecutter.git_project_name}}/config/requirements/base.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|
||
|
4 changes: 2 additions & 2 deletions
4
{{cookiecutter.git_project_name}}/config/requirements/local.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
4 changes: 2 additions & 2 deletions
4
{{cookiecutter.git_project_name}}/config/requirements/production.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
12 changes: 6 additions & 6 deletions
12
{{cookiecutter.git_project_name}}/config/requirements/test.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.2.2 | ||
pytest-reverse==1.7.0 | ||
pytest-django==4.9.0 | ||
pytest==8.3.3 | ||
pytest-reverse==1.8.0 | ||
pytest-xdist==3.6.1 | ||
tblib==3.0.0 | ||
tox==4.16.0 | ||
tox==4.23.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Sphinx==7.3.7 | ||
myst-parser==4.0.0 | ||
furo==2024.5.6 | ||
Sphinx==8.1.3 | ||
furo==2024.8.6 | ||
sphinx-copybutton==0.5.2 | ||
sphinx_inline_tabs==2023.4.21 |