hasgeek / hasjob

Hasjob, the Hasgeek job board
https://hasjob.co
GNU Affero General Public License v3.0
234 stars 80 forks source link

Scheduled monthly dependency update for October #579

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

Update coverage from 5.2.1 to 5.3.

Changelog ### 5.3 ``` -------------------------- - The ``source`` setting has always been interpreted as either a file path or a module, depending on which existed. If both interpretations were valid, it was assumed to be a file path. The new ``source_pkgs`` setting can be used to name a package to disambiguate this case. Thanks, Thomas Grainger. Fixes `issue 268`_. - If a plugin was disabled due to an exception, we used to still try to record its information, causing an exception, as reported in `issue 1011`_. This is now fixed. .. _issue 268: https://github.com/nedbat/coveragepy/issues/268 .. _issue 1011: https://github.com/nedbat/coveragepy/issues/1011 .. _changes_521: ```
Links - PyPI: https://pypi.org/project/coverage - Changelog: https://pyup.io/changelogs/coverage/ - Repo: https://github.com/nedbat/coveragepy

Update bleach from 3.1.5 to 3.2.1.

Changelog ### 3.2.1 ``` ------------------------------------ **Security fixes** None **Features** None **Bug fixes** * change linkifier to add rel="nofollow" as documented. Thank you mitar. * suppress html5lib sanitizer DeprecationWarnings 557 ``` ### 3.2.0 ``` ------------------------------------ **Security fixes** None **Features** None **Bug fixes** * ``html5lib`` dependency to version 1.1.0. Thank you Sam Sneddon. * update tests_website terminology. Thank you Thomas Grainger. ```
Links - PyPI: https://pypi.org/project/bleach - Changelog: https://pyup.io/changelogs/bleach/ - Repo: https://github.com/mozilla/bleach - Docs: https://pythonhosted.org/bleach/

Update psycopg2 from 2.8.5 to 2.8.6.

Changelog ### 2.8.6 ``` ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed memory leak changing connection encoding to the current one (:ticket:`1101`). - Fixed search of mxDateTime headers in virtualenvs (:ticket:`996`). - Added missing values from errorcodes (:ticket:`1133`). - `cursor.query` reports the query of the last :sql:`COPY` opearation too (:ticket:`1141`). - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 13. - Added wheel packages for ARM architecture (:ticket:`1125`). - Wheel package compiled against OpenSSL 1.1.1g. ```
Links - PyPI: https://pypi.org/project/psycopg2 - Changelog: https://pyup.io/changelogs/psycopg2/ - Homepage: https://psycopg.org/

Update geoip2 from 4.0.2 to 4.1.0.

Changelog ### 4.1.0 ``` ++++++++++++++++++ * Added the ``is_residential_proxy`` attribute to ``geoip2.model.AnonymousIP`` and ``geoip2.record.Traits``. * ``HTTPError`` now provides the decoded response content in the ``decoded_content`` attribute. Requested by Oleg Serbokryl. GitHub 95. ```
Links - PyPI: https://pypi.org/project/geoip2 - Changelog: https://pyup.io/changelogs/geoip2/ - Homepage: http://www.maxmind.com/ - Docs: https://pythonhosted.org/geoip2/

Update progressbar2 from 3.52.1 to 3.53.1.

The bot wasn't able to find a changelog for this release. Got an idea?

Links - PyPI: https://pypi.org/project/progressbar2 - Repo: https://github.com/WoLpH/python-progressbar