Skip to content

Commit

Permalink
Merge pull request #1108 from opengisch/QF-4843-bump-django-phonenumb…
Browse files Browse the repository at this point in the history
…erfield

Bump `django-phonenumber-field` to v8.0.0
  • Loading branch information
gounux authored Jan 21, 2025
2 parents ba7a04f + 9682585 commit 76428fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ When a `pip` a dependency is changed, the developer should produce the new `requ

docker compose run --rm pipcompile

Alterantively, one can create only a `requirements.txt` file for a single `requirements.in`:
Alternatively, one can create only a `requirements.txt` file for a single `requirements.in`:

docker compose run --rm pipcompile pip-compile --no-strip-extras -o requirements/requirements_worker_wrapper.txt requirements/requirements_worker_wrapper.in

Expand Down
2 changes: 1 addition & 1 deletion docker-app/requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ django-migrate-sql-3==3.0.2
django-model-utils==5.0.0
django-nonrelated-inlines==0.2
django-notifications-hq==1.8.3
django-phonenumber-field==7.3.0
django-phonenumber-field==8.0.0
django-sri==0.7.0
django-storages==1.14.4
django-tables2==2.7.4
Expand Down
2 changes: 1 addition & 1 deletion docker-app/requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ django-nonrelated-inlines==0.2
# via -r /requirements/requirements.in
django-notifications-hq==1.8.3
# via -r /requirements/requirements.in
django-phonenumber-field==7.3.0
django-phonenumber-field==8.0.0
# via -r /requirements/requirements.in
django-picklefield==3.2
# via django-constance
Expand Down

0 comments on commit 76428fa

Please sign in to comment.