Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
meta: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymoose2 committed May 5, 2020
1 parent 64cd130 commit 34d432e
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions manager/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[dev-packages]
flake8 = "~=3.7.9"
pylint = "~=2.5.0"
pylint = "~=2.5.2"
isort = "~=4.3.21"
black = "==19.10b0"
typed-ast = "~=1.4.1" # Required by black, but Pipenv doesn't pull it in correctly on 3.8
Expand All @@ -18,7 +18,7 @@ django-stubs = "~=1.5.0"
django = "~=2.2.12"
social-auth-app-django = "~=3.1.0"
psycopg2 = "~=2.8.5"
ipython = "~=7.13.0"
ipython = "~=7.14.0"
django-extensions = "~=2.2.9"
channels = "~=2.4.0"
daphne = "~=2.5.0"
Expand Down
20 changes: 10 additions & 10 deletions manager/Pipfile.lock

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

2 changes: 1 addition & 1 deletion orchestrator/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[dev-packages]
flake8 = "~=3.7.9"
pylint = "~=2.5.0"
pylint = "~=2.5.2"
isort = "~=4.3.21"
black = "==19.10b0"
typed-ast = "~=1.4.1" # Required by black, but Pipenv doesn't pull it in correctly on 3.8
Expand Down
14 changes: 7 additions & 7 deletions orchestrator/Pipfile.lock

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

2 changes: 1 addition & 1 deletion router/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[dev-packages]
flake8 = "~=3.7.9"
pylint = "~=2.5.0"
pylint = "~=2.5.2"
isort = "~=4.3.21"
black = "==19.10b0"
typed-ast = "~=1.4.1" # Required by black, but Pipenv doesn't pull it in correctly on 3.8
Expand Down
14 changes: 7 additions & 7 deletions router/Pipfile.lock

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

2 changes: 1 addition & 1 deletion shell/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[dev-packages]
flake8 = "~=3.7.9"
pylint = "~=2.5.0"
pylint = "~=2.5.2"
isort = "~=4.3.21"
black = "==19.10b0"
typed-ast = "~=1.4.1" # Required by black, but Pipenv doesn't pull it in correctly on 3.8
Expand Down
14 changes: 7 additions & 7 deletions shell/Pipfile.lock

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

0 comments on commit 34d432e

Please sign in to comment.