Skip to content

Scheduled biweekly dependency update for week 36 #825

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

Closed
wants to merge 3 commits into from

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Sep 7, 2020

Update isort from 5.4.2 to 5.5.1.

Changelog

5.5.1

- Fixed 1454: Ensure indented import sections with import heading and a preceding comment don't cause import sorting loops.
- Fixed 1453: isort error when float to top on almost empty file.
- Fixed 1456 and 1415: noqa comment moved to where flake8 cant see it.
- Fixed 1460: .svn missing from default ignore list.

5.5.0

- Fixed 1398: isort: off comment doesn't work, if it's the top comment in the file.
- Fixed 1395: reverse_relative setting doesn't have any effect when combined with force_sort_within_sections.
- Fixed 1399: --skip can error in the case of projects that contain recursive symlinks.
- Fixed 1389: ensure_newline_before_comments doesn't work if comment is at top of section and sections don't have lines between them.
- Fixed 1396: comments in imports with ";" can keep isort from recognizing import line.
- Fixed 1380: As imports removed when `combine_star` is set.
- Fixed 1382: --float-to-top has no effect if no import is already at the top.
- Fixed 1420: isort never settles on module docstring + add import.
- Fixed 1421: Error raised when repo contains circular symlinks.
- Fixed 1427: noqa comment is moved from star import to constant import.
- Fixed 1444 & 1445: Incorrect placement of import additions.
- Fixed 1447: isort5 throws error when stdin used on Windows with deprecated args.
- Implemented 1397: Added support for specifying config file when using git hook (thanks diseraluca!).
- Implemented 1405: Added support for coloring diff output.
- Implemented 1434: New multi-line grid mode without parentheses.

Goal Zero (Tickets related to aspirational goal of achieving 0 regressions for remaining 5.0.0 lifespan):
- Implemented 1392: Extensive profile testing.
- Implemented 1393: Proprety based testing applied to code snippets.
- Implemented 1391: Create automated integration test that includes full code base of largest OpenSource isort users.

Potentially breaking changes:
- Fixed 1429: --check doesn't print to stderr as the documentation says. This means if you were looking for `ERROR:` messages for files that contain incorrect imports within stdout you will now need to look in stderr.
Links

Update django-polymorphic from 2.1.2 to 3.0.0.

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

Links

Update Faker from 4.1.1 to 4.1.2.

Changelog

4.1.2

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

* Extend Person Provider to support non-binary suffixes and prefixes. Thank you crd.
* Add ``safe_domain_name`` generator. Thanks crd.
* Fix max_value/positive ``pyfloat`` interaction. Thanks coiax.
* Update ``bban_format`` for ``fi_FI`` locale. Thanks ALMP-SallaH.
* Fix ``person.ja_JP`` kana and roman characters. Thanks yameholo.
* Add ``json`` and ``fixed_width`` generators. Thank you johnbrandborg.
* Add SWIFT code provider methods: ``swift``, ``swift8`` and ``swift11``. Thanks malefice.
* Add ``es_ES`` internet provider. Thanks mondeja.
* Update ``bban_format`` for ``fr_FR`` locale. Thanks r3gis3r.
* Update ``fr_FR`` ``job`` provider. Thanks mondeja.
* Add ``es_ES`` ``barcode`` provider. Thanks mondeja.
* Add parser argument support. Thanks johnbrandborg.
Links

@codecov
Copy link

codecov bot commented Sep 7, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #825   +/-   ##
=======================================
  Coverage   97.08%   97.08%           
=======================================
  Files          58       58           
  Lines        3158     3158           
=======================================
  Hits         3066     3066           
  Misses         92       92           

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 45d4224...0ab8896. Read the comment docs.

@n2ygk
Copy link
Contributor

n2ygk commented Sep 18, 2020

@sliverc it looks like django-polymorphic 3.0 drops Django 1.11 and adds support for 3.0. Upstream DRF has already dropped 1.11.

I recommend we drop support for Django 1.11 here as well. Do you agree?

@n2ygk
Copy link
Contributor

n2ygk commented Sep 18, 2020

#803

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #828

@pyup-bot pyup-bot closed this Sep 21, 2020
@sliverc sliverc deleted the pyup-scheduled-update-2020-09-07 branch September 21, 2020 14:05
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