Skip to content
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
29 changes: 0 additions & 29 deletions .github/workflows/ci-django-tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci-flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.9]
python-version: [3.11]

steps:
- uses: actions/checkout@v2
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/ci-pa11y.yml

This file was deleted.

87 changes: 0 additions & 87 deletions .gitlab-ci.yml

This file was deleted.

8 changes: 3 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Please follow suitable version specifiers, as outlined in https://www.python.org/dev/peps/pep-0440/#version-specifiers
# For Django versioning we use ~= (e.g. Django~=4.2.0) which will keep the minor version up to date (e.g. the latest version prior to 4.3.0)

Django~=4.2.0
django-debug-toolbar~=4.4.6
coverage~=7.6.0
flake8~=7.1.0
coverage
Django~=5.2.0
django-debug-toolbar~=6.0.0
flake8~=7.3.0