-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update to sodar core 0.13.4 (#165)
- Loading branch information
Showing
7 changed files
with
33 additions
and
37 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
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 @@ | ||
# Optional LDAP dependencies go here | ||
-r base.txt | ||
|
||
django-auth-ldap==4.1.0 | ||
python-ldap==3.4.2 | ||
django-auth-ldap>=4.6.0, <4.7 | ||
python-ldap>=3.4.4, <3.5 |
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,10 @@ | ||
# Local development dependencies go here | ||
-r base.txt | ||
|
||
django-extensions==3.2.0 | ||
Werkzeug==2.2.2 | ||
django-extensions==3.2.1 | ||
Werkzeug>=3.0.1, <3.1 | ||
|
||
django-debug-toolbar>=3.6.0, <3.7 | ||
django-debug-toolbar>=3.8.1, <3.9 | ||
|
||
# improved REPL | ||
ipdb==0.13.9, <0.14 | ||
ipdb>=0.13.13, <0.14 |
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,33 +1,30 @@ | ||
# Test dependencies go here. | ||
-r base.txt | ||
|
||
flake8==5.0.4 | ||
django-test-plus==2.2.0 | ||
flake8==6.0.0 | ||
django-test-plus==2.2.1 | ||
factory-boy==3.2.1 | ||
coverage==6.4.4 | ||
django-coverage-plugin==2.0.3 | ||
coverage==6.5.0 | ||
django-coverage-plugin==3.0.0 | ||
|
||
# pytest | ||
pytest-django==4.5.2 | ||
pytest-sugar==0.9.5 | ||
pytest-sugar==0.9.6 | ||
|
||
# Selenium for UI testing | ||
selenium==4.4.3 | ||
selenium==4.8.2 | ||
|
||
# Tblib for tracebacks | ||
tblib==1.7.0 | ||
|
||
# BeautifulSoup for HTML testing | ||
beautifulsoup4==4.11.1 | ||
beautifulsoup4==4.11.2 | ||
|
||
# Black for formatting | ||
black==23.1.0 | ||
|
||
# Coverage through Codacy | ||
codacy-coverage==1.3.11 | ||
|
||
# Black for formatting | ||
black==22.6.0 | ||
|
||
# Mock library for urllib3 | ||
urllib3-mock==0.3.3 | ||
|
||
django-redis==5.2.0 | ||
redis==4.4.4 |