Skip to content

Scheduled biweekly dependency update for week 42 #844

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

Merged
merged 3 commits into from
Oct 20, 2020

Conversation

pyup-bot
Copy link
Collaborator

Update isort from 5.5.4 to 5.6.4.

Changelog

5.6.4

- Fixed 1556: Empty line added between imports that should be skipped.

5.6.3

- Improved packaging of test files alongside source distribution (see: https://github.com/PyCQA/isort/pull/1555).

5.6.2

- Fixed 1548: On rare occasions an unecessary empty line can be added when an import is marked as skipped.
- Fixed 1542: Bug in VERTICAL_PREFIX_FROM_MODULE_IMPORT wrap mode.
- Fixed 1552: Pylama test dependent on source layout.

Goal Zero: (Tickets related to aspirational goal of achieving 0 regressions for remaining 5.0.0 lifespan):
- Zope added to integration test suite
- Additional testing of CLI (simulate unseekable streams)

5.6.1

- Fixed 1546: Unstable (non-idempotent) behavior with certain src trees.

5.6.0

- Implemented 1433: Provide helpful feedback in case a custom config file is specified without a configuration.
- Implemented 1494: Default to sorting imports within `.pxd` files.
- Implemented 1502: Improved float-to-top behavior when there is an existing import section present at top-of-file.
- Implemented 1511: Support for easily seeing all files isort will be ran against using `isort . --show-files`.
- Implemented 1487: Improved handling of encoding errors.
- Improved handling of unsupported configuration option errors (see 1475).
- Fixed 1463: Better interactive documentation for future option.
- Fixed 1461: Quiet config option not respected by file API in some circumstances.
- Fixed 1482: pylama integration is not working correctly out-of-the-box.
- Fixed 1492: --check does not work with stdin source.
- Fixed 1499: isort gets confused by single line, multi-line style comments when using float-to-top.
- Fixed 1525: Some warnings can't be disabled with --quiet.
- Fixed 1523: in rare cases isort can ignore direct from import if as import is also on same line.

Potentially breaking changes:
- Implemented 1540: Officially support Python 3.9 stdlib imports by default.
- Fixed 1443: Incorrect third vs first party categorization - namespace packages.
- Fixed 1486: "Google" profile is not quite Google style.
- Fixed "PyCharm" profile to always add 2 lines to be consistent with what PyCharm "Optimize Imports" does.

Goal Zero: (Tickets related to aspirational goal of achieving 0 regressions for remaining 5.0.0 lifespan):
- Implemented 1472: Full testing of stdin CLI Options
- Added additional branch coverage.
- More projects added to integration test suite.

5.5.5

- Fixed 1539: in extremely rare cases isort 5.5.4 introduces syntax error by removing closing paren.
Links

Update Faker from 4.4.0 to 4.14.0.

Changelog

4.14.0

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

* Add Swiss bank provider locales. Thanks mondeja.

4.13.0

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

* Split first names into male and female on ``pt_PT`` provider. Thanks gplgps.

4.12.0

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

* Geo provider added for ``tr_TR`` locale. Thanks iamnotagentleman.

4.11.0

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

* Add ``sk_SK`` Job provider. Thanks pipozzz.

4.10.0

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

* Add ``date_time`` provider for ``pt_PT``. Thanks gplgps.

4.9.0

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

* Add ``.unique()`` for unique values. Thanks coiax.

4.8.0

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

* Add automotive provider for ``tr_TR``. Thanks molcay.

4.7.0

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

* Add province list and add 2 new district to ``ne_NP``. Thanks iamsauravsharma.

4.6.0

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

* Add Currency provider for ``sv_SE``. Thanks frangiz.

4.5.0

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

* Add ``pt_PT`` credit card provider. Thanks rubenandre.
Links

Update pytest-django from 3.10.0 to 4.0.0.

Changelog

4.0.0

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

Compatibility
^^^^^^^^^^^^^

This release contains no breaking changes, except dropping compatibility
with some older/unsupported versions.

* Drop support for Python versions before 3.5 (868).

Previously 2.7 and 3.4 were supported. Running ``pip install pytest-django``
on Python 2.7 or 3.4 would continue to install the compatible 3.x series.

* Drop support for Django versions before 2.2 (868).

Previously Django>=1.8 was supported.

* Drop support for pytest versions before 5.4 (868).

Previously pytest>=3.6 was supported.

Improvements
^^^^^^^^^^^^

* Officialy support Python 3.9.

* Add ``pytest_django.__version__`` (880).

* Minor documentation improvements (882).

Bugfixes
^^^^^^^^

* Make the ``admin_user`` and ``admin_client`` fixtures compatible with custom
user models which don't have a ``username`` field (457).

* Change the ``admin_user`` fixture to use ``get_by_natural_key()`` to get the
user instead of directly using ``USERNAME_FIELD``, in case it is overridden,
and to match Django (879).

Misc
^^^^

* Fix pytest-django's own tests failing due to some deprecation warnings
(875).
Links

@codecov
Copy link

codecov bot commented Oct 19, 2020

Codecov Report

Merging #844 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #844   +/-   ##
=======================================
  Coverage   97.77%   97.77%           
=======================================
  Files          58       58           
  Lines        3104     3104           
=======================================
  Hits         3035     3035           
  Misses         69       69           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7efea43...28a2689. Read the comment docs.

@sliverc sliverc merged commit f59bb0d into master Oct 20, 2020
@sliverc sliverc deleted the pyup-scheduled-update-2020-10-19 branch October 20, 2020 07:48
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