From 86f76cb90eab51e622627b28ba0d1b6be61355b5 Mon Sep 17 00:00:00 2001 From: Erin Morelli Date: Sat, 5 Jan 2019 12:05:53 -0500 Subject: [PATCH] Happy New Year --- LICENSE.txt | 2 +- parroter.py | 4 ++-- requirements.txt | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 0614018..2b9d7e9 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2017 Erin Morelli +Copyright (c) 2017-2019, Erin Morelli Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/parroter.py b/parroter.py index 92806ab..23d7c48 100755 --- a/parroter.py +++ b/parroter.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- """ -Copyright (c) 2017-2018 Erin Morelli. +Copyright (c) 2017-2019, Erin Morelli. Title : EM Slack Party Parroter Author : Erin Morelli @@ -35,7 +35,7 @@ # Script credits __title__ = 'EM Slack Party Parroter' -__copyright__ = 'Copyright (c) 2017-2018, Erin Morelli' +__copyright__ = 'Copyright (c) 2017-2019, Erin Morelli' __author__ = 'Erin Morelli' __email__ = 'erin@erinmorelli.com' __license__ = 'MIT' diff --git a/requirements.txt b/requirements.txt index a406349..7ef5518 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ chardet==3.0.3 idna==2.5 packaging==16.8 pyparsing==2.2.0 -PyYAML==3.12 -requests==2.17.3 +pyyaml>=4.2b1 +requests>=2.20.0 six==1.10.0 -urllib3==1.21.1 +urllib3>=1.23