Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mock==1.0.1
nose2==0.5.0
requests >= 2.6.0, < 3.0.0
requests >= 2.25.0, < 3.0.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='splunk_handler',
version='3.0.0',
version='3.0.1',
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go ahead and revert this change. I'll bump the version in a separate commit.

license='MIT License',
description='A Python logging handler that sends your logs to Splunk',
long_description=open('README.md').read(),
Expand All @@ -11,7 +11,7 @@
author_email='ztaylor234@gmail.com',
url='https://github.com/zach-taylor/splunk_handler',
packages=['splunk_handler'],
install_requires=['requests >= 2.6.0, < 3.0.0'],
install_requires=['requests >= 2.25.0, < 3.0.0'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down