-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #451 from trowik/update-deps
chore(deps): update dependencies
- Loading branch information
Showing
15 changed files
with
37 additions
and
47 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 |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
initial = True | ||
|
||
dependencies = [] | ||
|
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("emeis_core", "0002_data_bootstrap"), | ||
] | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("emeis_core", "0003_localized_city"), | ||
] | ||
|
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
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 |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("emeis_core", "0008_scope_is_active"), | ||
] | ||
|
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
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,16 +1,17 @@ | ||
django~=3.2 | ||
django-cors-headers==3.11.0 | ||
django-environ~=0.9 | ||
django-filter==22.1 | ||
django-cors-headers==4.1.0 | ||
django-environ~=0.11.2 | ||
django-filter==23.5 | ||
django-generic-api-permissions==0.2.0 | ||
django-localized-fields==6.6 | ||
django_mptt==0.13.4 | ||
django-postgres-extra==2.0.5 | ||
djangorestframework==3.13.1 | ||
djangorestframework-jsonapi==5.0.0 | ||
mozilla-django-oidc==2.0.0 | ||
django-localized-fields==6.7 | ||
django_mptt==0.15.0 | ||
django-postgres-extra==2.0.8 | ||
djangorestframework==3.14.0 | ||
djangorestframework-jsonapi==6.1.0 | ||
mozilla-django-oidc==3.0.0 | ||
pyexcel==0.7.0 | ||
pyexcel-xlsx==0.6.0 | ||
requests==2.27.1 | ||
uwsgi==2.0.22 | ||
openpyxl==3.0.10 | ||
requests==2.31.0 | ||
uwsgi==2.0.23 | ||
openpyxl==3.0.10 # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved. | ||
|
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,31 +1,32 @@ | ||
-r requirements-base.txt | ||
black==22.6.0 | ||
django_extensions==3.1.5 | ||
factory-boy==3.2.1 | ||
flake8==5.0.4 | ||
black==23.12.1 | ||
django_extensions==3.2.3 | ||
factory-boy==3.3.0 | ||
flake8==6.1.0 | ||
flake8-blind-except==0.2.1 | ||
flake8-bugbear==22.6.22 | ||
flake8-bugbear==23.12.2 | ||
flake8-debugger~=4.1 | ||
flake8-docstrings==1.6.0 | ||
flake8-isort==4.2.0 | ||
flake8-docstrings==1.7.0 | ||
flake8-isort==6.1.1 | ||
flake8-string-format==0.3.0 | ||
flake8-tuple==0.4.1 | ||
gitlint==0.17.0 | ||
hypothesis==6.48.2 | ||
ipython==8.2.0 | ||
isort==5.10.1 | ||
gitlint==0.19.1 | ||
hypothesis==6.92.2 | ||
ipython==8.18.1 | ||
isort==5.13.2 | ||
pdbpp==0.10.3 | ||
pre_commit~=2.20 | ||
psycopg2-binary==2.9.3 | ||
pytest==7.1.3 | ||
pytest-cov==3.0.0 | ||
pytest-django==4.5.2 | ||
pytest-env==0.6.2 | ||
psycopg2-binary==2.9.9 | ||
pytest==7.4.3 | ||
pytest-cov==4.1.0 | ||
pytest-django==4.7.0 | ||
pytest-env==1.1.3 | ||
# pytest-factoryboy needs to stay at 2.1.0 because of wrong interpretation of parameters with "__" | ||
pytest-factoryboy==2.1.0 | ||
pytest-freezegun==0.4.2 | ||
pytest-mock==3.7.0 | ||
pytest-randomly==3.11.0 | ||
python-semantic-release==7.31.4 | ||
requests-mock==1.10.0 | ||
pytest-mock==3.12.0 | ||
pytest-randomly==3.15.0 | ||
python-semantic-release==8.7.0 | ||
requests-mock==1.11.0 | ||
snapshottest==0.6.0 | ||
werkzeug==2.2.3 | ||
werkzeug==3.0.1 |