pyslackers / website

PySlackers website for invites and learning resources
https://pyslackers.com
MIT License
62 stars 96 forks source link

Scheduled biweekly dependency update for week 29 #425

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

Update marshmallow from 3.6.1 to 3.7.1.

Changelog ### 3.7.1 ``` ****************** Bug fixes: - ``fields.Boolean`` correctly serializes non-hashable types (:pr:`1633`). Thanks :user:`jun0jang` for the PR. ``` ### 3.7.0 ``` ****************** Deprecations: - `marshmallow.pprint` is deprecated and will be removed in marshmallow 4 (:issue:`1588`). Support: - Document ``default_error_messages`` on field classes (:pr:`1619`). Thanks :user:`weeix`. Bug fixes: - Fix passing ``only`` and ``exclude`` to ``Nested`` with an ordered ``Schema`` (:pr:`1627`). Thanks :user:`juannorris` for the PR. ```
Links - PyPI: https://pypi.org/project/marshmallow - Changelog: https://pyup.io/changelogs/marshmallow/ - Repo: https://github.com/marshmallow-code/marshmallow

Update sentry-sdk from 0.16.0 to 0.16.1.

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

Links - PyPI: https://pypi.org/project/sentry-sdk - Repo: https://github.com/getsentry/sentry-python

Update tox from 3.16.1 to 3.17.1.

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

Links - PyPI: https://pypi.org/project/tox - Docs: http://tox.readthedocs.org

Update virtualenv from 20.0.25 to 20.0.27.

Changelog ### 20.0.26 ``` ~~~~~~~~~~~~~~~~~~ - Bump dependency ``distutils >= 0.3.1`` - by :user:`gaborbernat`. (`1880 <https://github.com/pypa/virtualenv/issues/1880>`_) - Improve periodic update handling: - better logging output while running and enable logging on background process call ( ``_VIRTUALENV_PERIODIC_UPDATE_INLINE`` may be used to debug behaviour inline) - fallback to unverified context when querying the PyPi for release date, - stop downloading wheels once we reach the embedded version, by :user:`gaborbernat`. (`1883 <https://github.com/pypa/virtualenv/issues/1883>`_) - Do not print error message if the application exists with ``SystemExit(0)`` - by :user:`gaborbernat`. (`1885 <https://github.com/pypa/virtualenv/issues/1885>`_) - Upgrade embedded setuptools from ``47.3.1`` to ``49.1.0`` for Python ``3.5+`` - by :user:`gaborbernat`. (`1887 <https://github.com/pypa/virtualenv/issues/1887>`_) ```
Links - PyPI: https://pypi.org/project/virtualenv - Changelog: https://pyup.io/changelogs/virtualenv/ - Homepage: https://virtualenv.pypa.io/