Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release PR #1192

Merged
merged 2 commits into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
django==4.2.11
django==4.2.14
django-celery-beat==2.5.0
django-environ==0.11.2
django-filter==23.5
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ directory-healthcheck==3.5
# via -r requirements.in
dj-database-url==2.1.0
# via -r requirements.in
django==4.2.11
django==4.2.14
# via
# -r requirements.in
# directory-components
Expand Down Expand Up @@ -129,7 +129,7 @@ django-storages==1.13.2
# via -r requirements.in
django-taggit==4.0.0
# via wagtail
django-timezone-field==6.1.0
django-timezone-field==7.0
# via django-celery-beat
django-treebeard==4.7.1
# via wagtail
Expand Down Expand Up @@ -169,7 +169,7 @@ idna==3.7
# via
# -r requirements.in
# requests
importlib-metadata==8.0.0
importlib-metadata==8.1.0
# via markdown
inflection==0.5.1
# via drf-spectacular
Expand Down Expand Up @@ -272,7 +272,7 @@ six==1.16.0
# w3lib
soupsieve==2.5
# via beautifulsoup4
sqlparse==0.5.0
sqlparse==0.5.1
# via django
telepath==0.3.1
# via wagtail
Expand Down
14 changes: 7 additions & 7 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# coveralls
# pytest-codecov
Expand All @@ -86,7 +86,7 @@ directory-healthcheck==3.5
# via -r requirements.in
dj-database-url==2.1.0
# via -r requirements.in
django==4.2.11
django==4.2.14
# via
# -r requirements.in
# directory-components
Expand Down Expand Up @@ -142,7 +142,7 @@ django-storages==1.13.2
# via -r requirements.in
django-taggit==4.0.0
# via wagtail
django-timezone-field==6.1.0
django-timezone-field==7.0
# via django-celery-beat
django-treebeard==4.7.1
# via wagtail
Expand All @@ -167,7 +167,7 @@ elastic-apm==6.22.3
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.0
# via
Expand Down Expand Up @@ -199,7 +199,7 @@ idna==3.7
# via
# -r requirements.in
# requests
importlib-metadata==8.0.0
importlib-metadata==8.1.0
# via
# build
# markdown
Expand Down Expand Up @@ -278,7 +278,7 @@ pyproject-hooks==1.1.0
# pip-tools
pyrsistent==0.20.0
# via jsonschema
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements_test.in
# pytest-codecov
Expand Down Expand Up @@ -350,7 +350,7 @@ smmap==5.0.1
# via gitdb
soupsieve==2.5
# via beautifulsoup4
sqlparse==0.5.0
sqlparse==0.5.1
# via
# django
# django-debug-toolbar
Expand Down
Loading