hasgeek / hasjob

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

Scheduled monthly dependency update for August #571

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

Update Flask-SQLAlchemy from 2.4.3 to 2.4.4.

Changelog ### 2.4.4 ``` ------------- Released 2020-07-14 - Change base class of meta mixins to ``type``. This fixes an issue caused by a regression in CPython 3.8.4. :issue:`852` ```
Links - PyPI: https://pypi.org/project/flask-sqlalchemy - Changelog: https://pyup.io/changelogs/flask-sqlalchemy/ - Repo: https://github.com/pallets/flask-sqlalchemy - Docs: https://pythonhosted.org/Flask-SQLAlchemy/

Update sqlalchemy_utils from 0.36.6 to 0.36.8.

Changelog ### 0.36.8 ``` ^^^^^^^^^^^^^^^^^^^ - Don't connect to 'postgres' data base for database existence check (372, pull request courtesy of bernt-matthias) ``` ### 0.36.7 ``` ^^^^^^^^^^^^^^^^^^^ - Fix dynamic relationships for observables (455) ```
Links - PyPI: https://pypi.org/project/sqlalchemy-utils - Changelog: https://pyup.io/changelogs/sqlalchemy-utils/ - Repo: https://github.com/kvesteri/sqlalchemy-utils

Update tweepy from 3.8.0 to 3.9.0.

Changelog ### 3.9.0 ``` ------------- New Features / Improvements - Add DMCursorIterator ([1262](https://github.com/tweepy/tweepy/pull/1262)) - Add API.create_media_metadata ([Issue 716](https://github.com/tweepy/tweepy/issues/716)) - Update allowed parameters for API.get_status - trim_user, include_my_retweet, include_entities, include_ext_alt_text, include_card_uri - Update allowed parameters for API.statuses_lookup - include_ext_alt_text, include_card_uri - Optimize API.statuses_lookup, API.create_media_metadata, API.update_status - Add reverse as allowed parameter for API.lists_all - Add count as allowed parameter for API.lists_memberships - Add count as allowed parameter for API.lists_subscriptions - Add include_entities as allowed parameter for API.list_timeline - Add allowed parameters to API.list_subscribers - count, include_entities, skip_status - Support WebP images ([Issue 1298](https://github.com/tweepy/tweepy/issues/1298)) - Add missing attributes to Relationship model ([1375](https://github.com/tweepy/tweepy/pull/1375)) - Increase max image size for gif ([1338](https://github.com/tweepy/tweepy/pull/1338)) - Save the raw JSON on DirectMessages ([1342](https://github.com/tweepy/tweepy/pull/1342)) Bug Fixes - Allow image filenames without extension ([1086](https://github.com/tweepy/tweepy/pull/1086)) - Fix handling of invalid credentials for API.verify_credentials - Handle boolean value for API.verify_credentials include_email parameter - Fix handling of positional arguments for API.statuses_lookup ```
Links - PyPI: https://pypi.org/project/tweepy - Changelog: https://pyup.io/changelogs/tweepy/ - Homepage: https://www.tweepy.org/ - Docs: https://pythonhosted.org/tweepy/

Update coverage from 5.1 to 5.2.1.

Changelog ### 5.2.1 ``` ---------------------------- - The dark mode HTML report still used light colors for the context listing, making them unreadable (`issue 1009`_). This is now fixed. - The time stamp on the HTML report now includes the time zone. Thanks, Xie Yanbo (`pull request 960`_). .. _pull request 960: https://github.com/nedbat/coveragepy/pull/960 .. _issue 1009: https://github.com/nedbat/coveragepy/issues/1009 .. _changes_52: ``` ### 5.2 ``` -------------------------- - The HTML report has been redesigned by Vince Salvino. There is now a dark mode, the code text is larger, and system sans serif fonts are used, in addition to other small changes (`issue 858`_ and `pull request 931`_). - The ``coverage report`` and ``coverage html`` commands now accept a ``--precision`` option to control the number of decimal points displayed. Thanks, Teake Nutma (`pull request 982`_). - The ``coverage report`` and ``coverage html`` commands now accept a ``--no-skip-covered`` option to negate ``--skip-covered``. Thanks, Anthony Sottile (`issue 779`_ and `pull request 932`_). - The ``--skip-empty`` option is now available for the XML report, closing `issue 976`_. - The ``coverage report`` command now accepts a ``--sort`` option to specify how to sort the results. Thanks, Jerin Peter George (`pull request 1005`_). - If coverage fails due to the coverage total not reaching the ``--fail-under`` value, it will now print a message making the condition clear. Thanks, Naveen Yadav (`pull request 977`_). - TOML configuration files with non-ASCII characters would cause errors on Windows (`issue 990`_). This is now fixed. - The output of ``--debug=trace`` now includes information about how the ``--source`` option is being interpreted, and the module names being considered. .. _pull request 931: https://github.com/nedbat/coveragepy/pull/931 .. _pull request 932: https://github.com/nedbat/coveragepy/pull/932 .. _pull request 977: https://github.com/nedbat/coveragepy/pull/977 .. _pull request 982: https://github.com/nedbat/coveragepy/pull/982 .. _pull request 1005: https://github.com/nedbat/coveragepy/pull/1005 .. _issue 779: https://github.com/nedbat/coveragepy/issues/779 .. _issue 858: https://github.com/nedbat/coveragepy/issues/858 .. _issue 976: https://github.com/nedbat/coveragepy/issues/976 .. _issue 990: https://github.com/nedbat/coveragepy/issues/990 .. _changes_51: ```
Links - PyPI: https://pypi.org/project/coverage - Changelog: https://pyup.io/changelogs/coverage/ - Repo: https://github.com/nedbat/coveragepy

Update dnspython from 1.16.0 to 2.0.0.

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

Links - PyPI: https://pypi.org/project/dnspython - Homepage: http://www.dnspython.org

Update geoip2 from 3.0.0 to 4.0.2.

Changelog ### 4.0.2 ``` ++++++++++++++++++ * Added ``py.typed`` file per PEP 561. Reported by Árni Már Jónsson. ``` ### 4.0.1 ``` ++++++++++++++++++ * Re-release to fix bad reStructuredText in ``README.md``. No substantive changes. ``` ### 4.0.0 ``` ++++++++++++++++++ * IMPORTANT: Python 2.7 and 3.5 support has been dropped. Python 3.6 or greater is required. * Asyncio support has been added for web service requests. To make async requests, use ``geoip.webservice.AsyncClient``. * ``geoip.webservice.Client`` now provides a ``close()`` method and associated context managers to be used in ``with`` statements. * Type hints have been added. * The attributes ``postal_code`` and ``postal_confidence`` have been removed from ``geoip2.record.Location``. These would previously always be ``None``. * ``user_id`` is no longer supported as a named argument for the constructor on ``geoip2.webservice.Client``. Use ``account_id`` or a positional parameter instead. * For both ``Client`` and ``AsyncClient`` requests, the default timeout is now 60 seconds. ```
Links - PyPI: https://pypi.org/project/geoip2 - Changelog: https://pyup.io/changelogs/geoip2/ - Homepage: http://www.maxmind.com/ - Docs: https://pythonhosted.org/geoip2/

Update coveralls from 2.0.0 to 2.1.1.

Changelog ### 2.1.1 ``` Bug Fixes * fix unhashable CoverallsException (230) ([aa55335d](aa55335d)) This fixes a regression introduced in v2.1.0 which affected (at least) any Python 3.5 installations. <a name="2.1.0"></a> ``` ### 2.1.0 ``` Features * **cli**: add new `--finish` flag for finalizing parallel builds (277) ([f597109b](f597109b)) Bug Fixes * **github:** fix Github Actions support (227) ([f597109b](f597109b)) <a name="2.0.0"></a> ```
Links - PyPI: https://pypi.org/project/coveralls - Changelog: https://pyup.io/changelogs/coveralls/ - Repo: http://github.com/coveralls-clients/coveralls-python