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 January #587

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

Update coverage from 5.3 to 5.3.1.

Changelog ### 5.3.1 ``` ---------------------------- - When using ``--source`` on a large source tree, v5.x was slower than previous versions. This performance regression is now fixed, closing `issue 1037`_. - Mysterious SQLite errors can happen on PyPy, as reported in `issue 1010`_. An immediate retry seems to fix the problem, although it is an unsatisfying solution. - The HTML report now saves the sort order in a more widely supported way, fixing `issue 986`_. Thanks, Sebastián Ramírez (`pull request 1066`_). - The HTML report pages now have a :ref:`Sleepy Snake <sleepy>` favicon. - Wheels are now provided for manylinux2010, and for PyPy3 (pp36 and pp37). - Continuous integration has moved from Travis and AppVeyor to GitHub Actions. .. _issue 986: https://github.com/nedbat/coveragepy/issues/986 .. _issue 1037: https://github.com/nedbat/coveragepy/issues/1037 .. _issue 1010: https://github.com/nedbat/coveragepy/issues/1010 .. _pull request 1066: https://github.com/nedbat/coveragepy/pull/1066 .. _changes_53: ```
Links - PyPI: https://pypi.org/project/coverage - Changelog: https://pyup.io/changelogs/coverage/ - Repo: https://github.com/nedbat/coveragepy

Update Flask-Testing from 0.8.0 to 0.8.1.

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

Links - PyPI: https://pypi.org/project/flask-testing - Changelog: https://pyup.io/changelogs/flask-testing/ - Repo: https://github.com/jarus/flask-testing - Docs: https://pythonhosted.org/Flask-Testing/

Update pytz from 2020.1 to 2020.5.

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 tldextract from 3.0.2 to 3.1.0.

Changelog ### 3.1.0 ``` * Features * Prefer to cache in XDG cache directory in user folder, vs. in Python install folder ([213](https://github.com/john-kurkowski/tldextract/issues/213)) * Bugfixes * Fix `AttributeError` on `--update` ([215](https://github.com/john-kurkowski/tldextract/issues/215)) ```
Links - PyPI: https://pypi.org/project/tldextract - Changelog: https://pyup.io/changelogs/tldextract/ - Repo: https://github.com/john-kurkowski/tldextract

Update tweepy from 3.9.0 to 3.10.0.

Changelog ### 3.10.0 ``` -------------- This will be the last major and minor version to support Python 2.7 ([1253](https://github.com/tweepy/tweepy/issues/1253)) and Python 3.5. The next non-patch release should be version 4.0.0. New Features / Improvements - Add `API.search_30_day` and `API.search_full_archive` ([1175](https://github.com/tweepy/tweepy/issues/1175), [1294](https://github.com/tweepy/tweepy/pull/1294)) - Update allowed parameters for `API.home_timeline` ([1410](https://github.com/tweepy/tweepy/issues/1410), [1458](https://github.com/tweepy/tweepy/pull/1458)) - Add `trim_user`, `exclude_replies`, `include_entities` - Remove `page` as erroneously documented parameter - Reorder `count` to be the first parameter - Update allowed parameters for `API.get_oembed` - Add `hide_thread`, `theme`, `link_color`, `widget_type`, `dnt` - Remove `id` - Remove `API.update_profile_background_image` ([1466](https://github.com/tweepy/tweepy/issues/1466)) - Add support for Python 3.9 - Switch from Travis CI to GitHub Actions to run tests and deploy releases ([1402](https://github.com/tweepy/tweepy/pull/1402)) - Update and improve various documentation Bug Fixes - Use `mimetypes.guess_type` as fallback for determining image file type ([1411](https://github.com/tweepy/tweepy/issues/1411)) - Use proper MIME type in Content-Type header for uploaded images - Allow `file` parameter to be used again for `API.media_upload` ([1412](https://github.com/tweepy/tweepy/issues/1412), [1413](https://github.com/tweepy/tweepy/pull/1413)) - Allow `file` parameter to be used again for `API.update_profile_banner`, `API.update_profile_image`, and `API.update_with_media` ([1475](https://github.com/tweepy/tweepy/pull/1475)) - Fix `User.lists`, `User.lists_memberships`, and `User.lists_subscriptions` to retrieve information about the user in question rather than the authenticating user ([1443](https://github.com/tweepy/tweepy/issues/1443), [1444](https://github.com/tweepy/tweepy/pull/1444)) ```
Links - PyPI: https://pypi.org/project/tweepy - Changelog: https://pyup.io/changelogs/tweepy/ - Homepage: https://www.tweepy.org/ - Docs: https://pythonhosted.org/tweepy/

Update coveralls from 2.1.2 to 2.2.0.

Changelog ### 2.2.0 ``` Features * **api:** add workaround allowing job resubmission (241) ([0de0c019](0de0c019)) Bug Fixes * **integrations:** fixup environment detection for Semaphore CI (236) ([ad4f8fa8](ad4f8fa8)) <a name="2.1.2"></a> ```
Links - PyPI: https://pypi.org/project/coveralls - Changelog: https://pyup.io/changelogs/coveralls/ - Repo: http://github.com/coveralls-clients/coveralls-python