Skip to content

Commit

Permalink
Merge pull request #4 from airbrake/fix/github-security-warnings
Browse files Browse the repository at this point in the history
Upgrade requirements
  • Loading branch information
phumpal authored Mar 7, 2019
2 parents e2a3903 + 0e19f2a commit 796e01f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion airbrake_integrations/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__summary__ = 'Python Integrations for airbrake.io'
__author__ = 'Zach Goldstein'
__email__ = '[email protected]'
__version__ = '0.1.2'
__version__ = '0.1.3'
__keywords__ = ['airbrake', 'exceptions', 'airbrake.io']
__license__ = 'Apache License, Version 2.0'
__url__ = 'https://github.com/airbrake/airbrake-python-integrations'
Expand Down
17 changes: 11 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
airbrake==2.1.0
airbrake==2.1.2
attrs==17.2.0
Automat==0.6.0
blinker==1.4
certifi==2018.11.29
chardet==3.0.4
click==6.7
constantly==15.1.0
Django==1.10.6
Flask==0.12.2
Django==1.11.20
Flask==1.0.2
funcsigs==1.0.2
hyperlink==17.3.0
idna==2.8
incremental==17.5.0
itsdangerous==0.24
Jinja2==2.9.6
Jinja2==2.10
MarkupSafe==1.0
pbr==2.0.0
requests==2.13.0
pytz==2018.9
requests>=2.20.0
six==1.10.0
Twisted==17.5.0
Werkzeug==0.12.2
urllib3==1.24.1
Werkzeug==0.14.1
zope.interface==4.4.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@


INSTALL_REQUIRES = [
'requests>=2.8.1',
'requests>=2.20.0',
]


Expand Down

0 comments on commit 796e01f

Please sign in to comment.