pygreynoise
pygreynoise copied to clipboard
Python3 library and command line for GreyNoise
https://github.com/GreyNoise-Intelligence/pygreynoise/blob/c1fc4f4eae47e2eec1a2e3b0b487f7d88b4fdf79/src/greynoise/api/__init__.py#L17 This is a big no no. logging should be setup by the user of the module not the module itself. Use: ``` logger = logging.getLogger(___name__) ```
This PR updates [flake8](https://pypi.org/project/flake8) from **4.0.1** to **5.0.4**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/flake8 - Changelog: https://pyup.io/changelogs/flake8/ -...
This PR updates [more-itertools](https://pypi.org/project/more-itertools) from **8.13.0** to **8.14.0**. Changelog ### 8.14.0 ``` ------ * New functions * :func:`longest_common_prefix` (thanks to nanouasyn) * :func:`iequals` (thanks to nanouasyn) * Changes to existing...
This PR updates [structlog](https://pypi.org/project/structlog) from **21.5.0** to **22.1.0**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/structlog - Changelog: https://pyup.io/changelogs/structlog/
This PR updates [requests](https://pypi.org/project/requests) from **2.27.1** to **2.28.1**. Changelog ### 2.28.1 ``` ------------------- **Improvements** - Speed optimization in `iter_content` with transition to `yield from`. (6170) **Dependencies** - Added support for...
This PR updates [colorama](https://pypi.org/project/colorama) from **0.4.4** to **0.4.5**. Changelog ### 0.4.5 ``` * Catch a racy ValueError that could occur on exit. * Create README-hacking.md, for Colorama contributors. * Tweak...
This PR updates [jinja2](https://pypi.org/project/jinja2) from **3.1.0** to **3.1.2**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/jinja2 - Homepage: https://palletsprojects.com/p/jinja/
This PR updates [Click](https://pypi.org/project/Click) from **8.1.2** to **8.1.3**. Changelog ### 8.1.3 ``` ------------- Released 2022-04-28 - Use verbose form of ``typing.Callable`` for ``command`` and ``group``. :issue:`2255` - Show error when...
I was thinking we might want to standardize all of our integrations when applicable toward following a similar approach to AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html#cli-configure-quickstart-precedence