Skip to content

Commit

Permalink
Merge pull request #1119 from rafalp/update-requests
Browse files Browse the repository at this point in the history
Update requests to 2.20
  • Loading branch information
rafalp authored Nov 1, 2018
2 parents c3f231f + cfbe983 commit 6d5b960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misago/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.19.3'
__version__ = '0.19.4'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pyjwt==1.6.4 # via social-auth-core
python-dateutil==2.7.3 # via faker
pytz==2018.5
requests-oauthlib==1.0.0 # via social-auth-core
requests==2.19.1
requests==2.20.0
six==1.11.0 # via bleach, faker, html5lib, misago-social-auth-app-django, python-dateutil, social-auth-core
social-auth-core==1.7.0 # via misago-social-auth-app-django
sqlparse==0.2.4 # via django-debug-toolbar
Expand Down

0 comments on commit 6d5b960

Please sign in to comment.