Skip to content

Commit

Permalink
feat: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
migonzalvar committed Mar 5, 2020
1 parent bd48ad4 commit ef256e6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
asana = "==0.6.7"
bleach = "==3.1.0"
bleach = ">=3.1.1,<3.2"
celery = "==4.3.0"
cryptography = "==2.3.1"
diff-match-patch = "==20121119"
Expand Down
32 changes: 16 additions & 16 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ coverage==5.0.3
coveralls==1.11.1
docopt==0.6.2
factory-boy==2.12.0
faker==4.0.0
faker==4.0.1
idna==2.8
importlib-metadata==1.5.0 ; python_version < '3.8'
more-itertools==8.2.0
Expand All @@ -22,4 +22,4 @@ six==1.14.0
text-unidecode==1.3
urllib3==1.24.3
wcwidth==0.1.8
zipp==1.1.0
zipp==1.2.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ amqp==2.5.2
asana==0.6.7
asn1crypto==1.3.0
attrs==19.3.0
billiard==3.6.2.0
bleach==3.1.0
billiard==3.6.3.0
bleach==3.1.1
cairocffi==1.1.0
cairosvg==2.0.3
celery==4.3.0
Expand Down Expand Up @@ -63,4 +63,4 @@ urllib3==1.24.3
vine==1.3.0
webcolors==1.9.1
webencodings==0.5.1
zipp==1.1.0
zipp==1.2.0

0 comments on commit ef256e6

Please sign in to comment.