hasgeek / hasjob

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

Scheduled monthly dependency update for November #549

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

Update Pillow from 6.2.0 to 6.2.1.

Changelog ### 6.2.1 ``` ------------------ - This is the last Pillow release to support Python 2.7 3642 - Add support for Python 3.8 4141 [hugovk] ```
Links - PyPI: https://pypi.org/project/pillow - Changelog: https://pyup.io/changelogs/pillow/ - Homepage: http://python-pillow.org

Update pytz from 2019.2 to 2019.3.

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

Links - PyPI: https://pypi.org/project/pytz - Homepage: http://pythonhosted.org/pytz - Docs: https://pythonhosted.org/pytz/

Update psycopg2 from 2.8.3 to 2.8.4.

Changelog ### 2.8.4 ``` ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fixed building with Python 3.8 (:ticket:`854`). - Don't swallow keyboard interrupts on connect when a password is specified in the connection string (:ticket:`898`). - Don't advance replication cursor when the message wasn't confirmed (:ticket:`940`). - Fixed inclusion of ``time.h`` on linux (:ticket:`951`). - Fixed int overflow for large values in `~psycopg2.extensions.Column.table_oid` and `~psycopg2.extensions.Column.type_code` (:ticket:`961`). - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to PostgreSQL 12. - Wheel package compiled against OpenSSL 1.1.1d and PostgreSQL at least 11.4. ```
Links - PyPI: https://pypi.org/project/psycopg2 - Changelog: https://pyup.io/changelogs/psycopg2/ - Homepage: http://initd.org/psycopg/

Update tldextract from 2.2.1 to 2.2.2.

Changelog ### 2.2.2 ``` * Bugfixes * Catch file not found * Use pkgutil instead of pkg_resources ([163](https://github.com/john-kurkowski/tldextract/pull/163)) * Performance: avoid recomputes, a regex, and a partition * Misc. * Update LICENSE from GitHub template * Fix warning about literal comparison * Modernize testing ([177](https://github.com/john-kurkowski/tldextract/issues/177)) * Use the latest pylint that works in Python 2 * Appease pylint with the new rules * Support Python 3.8-dev * Drop support for EOL Python 3.4 ```
Links - PyPI: https://pypi.org/project/tldextract - Changelog: https://pyup.io/changelogs/tldextract/ - Repo: https://github.com/john-kurkowski/tldextract