Skip to content

Commit

Permalink
⬆️ Update pip-tools to v7
Browse files Browse the repository at this point in the history
Also update djchoices to latest to be able to use the migration tool
djchoices will be dropped in the next commit
  • Loading branch information
Viicos committed Jan 18, 2024
1 parent d9d01ae commit 38b873f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ django-admin-index==3.1.0
# via -r requirements/base.in
django-axes==5.41.1
# via -r requirements/base.in
django-choices==1.7.2
django-choices==2.0.0
# via
# -r requirements/base.in
# vng-api-common
Expand Down Expand Up @@ -238,7 +238,6 @@ sentry-sdk==1.0.0
# via -r requirements/base.in
six==1.15.0
# via
# django-choices
# django-markup
# isodate
# jsonschema
Expand Down
3 changes: 1 addition & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ django-admin-index==3.1.0
# via -r requirements/base.txt
django-axes==5.41.1
# via -r requirements/base.txt
django-choices==1.7.2
django-choices==2.0.0
# via
# -r requirements/base.txt
# vng-api-common
Expand Down Expand Up @@ -353,7 +353,6 @@ sentry-sdk==1.0.0
six==1.15.0
# via
# -r requirements/base.txt
# django-choices
# django-markup
# isodate
# jsonschema
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ django-admin-index==3.1.0
# via -r requirements/ci.txt
django-axes==5.41.1
# via -r requirements/ci.txt
django-choices==1.7.2
django-choices==2.0.0
# via
# -r requirements/ci.txt
# vng-api-common
Expand Down Expand Up @@ -325,7 +325,7 @@ phonenumbers==8.12.29
# maykin-django-two-factor-auth
pillow==10.2.0
# via -r requirements/ci.txt
pip-tools==6.14.0
pip-tools==7.3.0
# via -r requirements/dev.in
platformdirs==4.0.0
# via black
Expand Down Expand Up @@ -426,7 +426,6 @@ sentry-sdk==1.0.0
six==1.15.0
# via
# -r requirements/ci.txt
# django-choices
# django-markup
# isodate
# jsonschema
Expand Down Expand Up @@ -481,6 +480,7 @@ tomli==2.0.1
# black
# build
# pip-tools
# pyproject-hooks
typing-extensions==4.9.0
# via
# -r requirements/ci.txt
Expand Down

0 comments on commit 38b873f

Please sign in to comment.