Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 44 #3939

Merged
merged 8 commits into from
Nov 8, 2021

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Nov 1, 2021

Update sentry-sdk from 1.3.1 to 1.4.3.

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

Links

Update django-filter from 2.4.0 to 21.1.

Changelog

21.1

------------------------

This is a maintenance release updating CI testing for the latest
non-end-of-life versions of Python and Django, and updating package metadata
accordingly.

With this release ``django-filter`` is switching to a two-part CalVer
versioning scheme, such as ``21.1``. The first number is the year. The second
is the release number within that year.

On an on-going basis, Django-Filter aims to support all current Django
versions, the matching current Python versions, and the latest version of
Django REST Framework.

Please see:

* `Status of supported Python branches <https://devguide.python.org/#status-of-python-branches>`_
* `List of supported Django versions <https://www.djangoproject.com/download/#support-versions>`_

Support for Python and Django versions will be dropped when they reach
end-of-life. Support for Python versions will dropped when they reach
end-of-life, even when still supported by a current version of Django.

Other breaking changes are rare. Where required, every effort will be made to
apply a "Year plus two" deprecation period. For example, a change initially
introduced in ``23.x`` would offer a fallback where feasible and finally be
removed in ``25.1``. Where fallbacks are not feasible, breaking changes without
deprecation will be called out in the release notes.

Beyond that change, there are few changes. Some small bugfixes, improvements to
localisation, and documentation tweaks. Thanks to all who were involved.
Links

Update django-widget-tweaks from 1.4.8 to 1.4.9.

Changelog

1.4.9

------------------

* Add support for Django 3.2
* Move to GitHub Actions.
* Drop support for Django 1.11.
* Add support for Python 3.9.
Links

Update easy-thumbnails from 2.7.1 to 2.7.2.

Changelog

2.7.2

------------------

* Add support for Django 3.2 and Python-3.10.
* Fix 563: Do not close image after loading content.
* In management command `thumbnail_cleanup`, replace `print`-statements against `stdout.write`.
* Use Python format strings whereever possible.
Links

Update XlsxWriter from 1.4.5 to 3.0.1.

Changelog

3.0.1

------------------------------

* Add python_requires version to setup.py to help pip find the correct
matching version for Python 2 and 3.

3.0.0

------------------------------

* This is the first Python 3 only version of XlsxWriter. It is approximately
10-15% faster than the Python2/3 version.

Python 2 users should use XlsxWriter version 2.0.0, see below.

2.0.0

-----------------------------

* This is the last XlsxWriter release to support Python 2. From now bug fixes
and new features will only be available for Python 3. The deprecation notice
for Python 2 support in XlsxWriter has been in place since May 2020 and the
Python community support for Python 2 ended in January 2020. Downloads of
XlsxWriter for Python 2 is currently less than 6% of all downloads of the
library, and decreasing month by month.

Python 2 users should still be able to install versions of XlsxWriter up to
this release but not any releases afterwards.

:feature:`720`.
Links

Update factory-boy from 3.2.0 to 3.2.1.

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

Links

Update Faker from 8.12.1 to 9.7.1.

Changelog

9.7.1

* Take into account area codes for French phone numbers. Thanks nicarl.

9.7.0

* Add provider for French SSN. Thanks nicarl.

9.6.0

* Add dynamic provider. Thanks omri374.

9.5.3

*  Improve randomness of ``pydecimal`` for different scenarios. Thanks antonioIrizar.

9.5.2

*  Limit ``typing_extensions`` dependency to Python < 3.8. Thanks mgorny.

9.5.1

*  Add ``typing-extensions`` as dependency and pin ``mypy`` version. Thanks nicarl.

9.5.0

* Add automotive provider for ``nl_NL``. Thanks MarcelRobeer.

9.4.0

* Add Typing. Thanks MarcelRobeer, nicarl.

9.3.1

*  Change to secondary address format in ``en_AU`` locale to reflect the common usage. Thanks deboraelkin2.

9.3.0

* Add ``currency``, ``automotive``, ``company`` and ``bank`` providers for ``el_GR``. Thanks nikosmichas.

9.2.0

* Add ``color`` and ``date_time`` provider for ``el_GR``. Thanks nikosmichas.

9.1.0

* Add currency provider for ``nl_NL``. Thanks MarcelRobeer.

9.0.1

* Fix ``pydecimal`` returning ``min_value`` or ``max_value`` too frequently. Thanks zivkovic.

9.0.0

* Change default email generator to use safe domain names. Thanks errbufferoverfl.

8.16.0

* Add ``date_time`` provider for ``nl_NL``. Thanks MarcelRobeer.

8.15.0

* Add ``bg_BG`` color provider. Thanks iradonov.

8.14.2

* Fix bug in ``pydecimal`` when returning max/min. Thanks wilbertom.

8.14.1

* Fix `pydecimal` precision. Thanks joidegn.

8.14.0

* Add datetime provider for ``bn_BD``. Thanks jabertuhin.

8.13.1

* Change ``fi_FI`` Provinces to Regions. Thanks LKajan.

8.13.0

* ``uk_UA`` address provider - fix streets and cities names, added regions. Thanks o-vasyliev.

8.12.3

* Fix missing underscores in ``mac_platform_token``. Thanks iamkeyur.

8.12.2

*  Remove period/fullstop from ``en_GB`` prefixes. Thanks stephengruppetta.
Links

Update flake8 from 3.9.2 to 4.0.1.

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

Links

Update pytest-cov from 2.12.1 to 3.0.0.

Changelog

3.0.0

-------------------

**Note that this release drops support for Python 2.7 and Python 3.5.**

* Added support for Python 3.10 and updated various test dependencies.
Contributed by Hugo van Kemenade in
`500 <https://github.com/pytest-dev/pytest-cov/pull/500>`_.
* Switched from Travis CI to GitHub Actions. Contributed by Hugo van Kemenade in
`494 <https://github.com/pytest-dev/pytest-cov/pull/494>`_ and
`495 <https://github.com/pytest-dev/pytest-cov/pull/495>`_.
* Add a ``--cov-reset`` CLI option.
Contributed by Danilo Šegan in
`459 <https://github.com/pytest-dev/pytest-cov/pull/459>`_.
* Improved validation of ``--cov-fail-under`` CLI option.
Contributed by ... Ronny Pfannschmidt's desire for skark in
`480 <https://github.com/pytest-dev/pytest-cov/pull/480>`_.
* Dropped Python 2.7 support.
Contributed by Thomas Grainger in
`488 <https://github.com/pytest-dev/pytest-cov/pull/488>`_.
* Updated trove classifiers. Contributed by Michał Bielawski in
`481 <https://github.com/pytest-dev/pytest-cov/pull/481>`_.

2.13.0

-------------------

* Changed the `toml` requirement to be always be directly required (instead of being required through a coverage extra).
This fixes issues with pip-compile (`pip-tools1300 <https://github.com/jazzband/pip-tools/issues/1300>`_).
Contributed by Sorin Sbarnea in `472 <https://github.com/pytest-dev/pytest-cov/pull/472>`_.
* Documented ``show_contexts``.
Contributed by Brian Rutledge in `473 <https://github.com/pytest-dev/pytest-cov/pull/473>`_.
Links

Update pytest from 6.2.4 to 6.2.5.

Changelog

6.2.5

=========================


Trivial/Internal Changes
------------------------

- `8494 <https://github.com/pytest-dev/pytest/issues/8494>`_: Python 3.10 is now supported.


- `9040 <https://github.com/pytest-dev/pytest/issues/9040>`_: Enable compatibility with ``pluggy 1.0`` or later.
Links

@fuzzylogic2000 fuzzylogic2000 force-pushed the pyup-scheduled-update-2021-11-01 branch from fb83db3 to 095f630 Compare November 8, 2021 12:30
@fuzzylogic2000 fuzzylogic2000 force-pushed the pyup-scheduled-update-2021-11-01 branch from 095f630 to 80fdb93 Compare November 8, 2021 12:34
@fuzzylogic2000 fuzzylogic2000 merged commit 77d2559 into main Nov 8, 2021
@fuzzylogic2000 fuzzylogic2000 deleted the pyup-scheduled-update-2021-11-01 branch November 8, 2021 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants