Skip to content

Commit

Permalink
update 3rd party packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wsvincent committed Oct 23, 2019
1 parent 17d8549 commit 7c02dbe
Show file tree
Hide file tree
Showing 36 changed files with 657 additions and 625 deletions.
2 changes: 1 addition & 1 deletion ch1-hello/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]

[packages]
django = "==2.2.5"
django = "==2.2.6"

[requires]
python_version = "3.7"
14 changes: 7 additions & 7 deletions ch1-hello/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ch10-books/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ verify_ssl = true
[dev-packages]

[packages]
django = "==2.2.3"
django-allauth = "==0.38.0"
psycopg2-binary = "==2.8.3"
django = "==2.2.6"
django-allauth = "==0.40.0"
psycopg2-binary = "==2.8.4"
django-crispy-forms = "==1.7.2"

[requires]
Expand Down
72 changes: 37 additions & 35 deletions ch10-books/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ch11-reviews/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ verify_ssl = true
[dev-packages]

[packages]
django = "==2.2.3"
django-allauth = "==0.38.0"
psycopg2-binary = "==2.8.3"
django = "==2.2.6"
django-allauth = "==0.40.0"
psycopg2-binary = "==2.8.4"
django-crispy-forms = "==1.7.2"

[requires]
Expand Down
72 changes: 37 additions & 35 deletions ch11-reviews/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ch12-file-image-uploads/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ verify_ssl = true
[dev-packages]

[packages]
django = "==2.2.3"
django-allauth = "==0.38.0"
django = "==2.2.6"
django-allauth = "==0.40.0"
pillow = "==5.4.1"
psycopg2-binary = "==2.8.3"
psycopg2-binary = "==2.8.4"
django-crispy-forms = "==1.7.2"

[requires]
Expand Down
Loading

0 comments on commit 7c02dbe

Please sign in to comment.