Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

Update isort from 5.6.4 to 5.7.0.

Changelog

5.7.0

- Fixed 1612: In rare circumstances an extra comma is added after import and before comment.
- Fixed 1593: isort encounters bug in Python 3.6.0.
- Implemented 1596: Provide ways for extension formatting and file paths to be specified when using streaming input from CLI.
- Implemented 1583: Ability to output and diff within a single API call to `isort.file`.
- Implemented 1562, 1592 & 1593: Better more useful fatal error messages.
- Implemented 1575: Support for automatically fixing mixed indentation of import sections.
- Implemented 1582: Added a CLI option for skipping symlinks.
- Implemented 1603: Support for disabling float_to_top from the command line.
- Implemented 1604: Allow toggling section comments on and off for indented import sections.
Links

Update Sphinx from 3.4.0 to 3.4.3.

Changelog

3.4.3

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

Bugs fixed
----------

* 8655: autodoc: Failed to generate document if target module contains an
object that raises an exception on ``hasattr()``

3.4.2

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

Bugs fixed
----------

* 8164: autodoc: Classes that inherit mocked class are not documented
* 8602: autodoc: The ``autodoc-process-docstring`` event is emitted to the
non-datadescriptors unexpectedly
* 8616: autodoc: AttributeError is raised on non-class object is passed to
autoclass directive

3.4.1

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

Bugs fixed
----------

* 8559: autodoc: AttributeError is raised when using forward-reference type
annotations
* 8568: autodoc: TypeError is raised on checking slots attribute
* 8567: autodoc: Instance attributes are incorrectly added to Parent class
* 8566: autodoc: The ``autodoc-process-docstring`` event is emitted to the
alias classes unexpectedly
* 8583: autodoc: Unnecessary object comparision via ``__eq__`` method
* 8565: linkcheck: Fix PriorityQueue crash when link tuples are not
comparable
Links

Update sphinx_rtd_theme from 0.5.0 to 0.5.1.

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

Links

Update twine from 3.2.0 to 3.3.0.

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

Links

Update factory-boy from 3.1.0 to 3.2.0.

Changelog

3.2.0

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

*New:*

 - Add support for Django 3.1
 - Add support for Python 3.9

*Removed:*

 - Drop support for Django 1.11. This version `is not maintained anymore <https://www.djangoproject.com/download/supported-versions>`__.
 - Drop support for Python 3.5. This version `is not maintained anymore <https://devguide.python.org/devcycle/end-of-life-branches>`__.

*Deprecated:*

 - :func:`factory.use_strategy`. Use :attr:`factory.FactoryOptions.strategy` instead.
   The purpose of :func:`~factory.use_strategy` duplicates the factory option. Follow :pep:`20`: *There should be
   one-- and preferably only one --obvious way to do it.*

   :func:`~factory.use_strategy()` will be removed in the next major version.

*Bug fix:*

 - :issue:`785` :issue:`786` :issue:`787` :issue:`788` :issue:`790` :issue:`796`: Calls to :class:`factory.Faker`
   and :class:`factory.django.FileField` within a :class:`~factory.Trait` or :class:`~factory.Maybe` no longer lead to
   a ``KeyError`` crash.
Links

Update Faker from 5.0.2 to 5.6.1.

Changelog

5.6.1

* Fix transliteration for ``ru_RU`` ``person`` provider. Thanks valestel.

5.6.0

* Add ``address``, ``bank``, ``geo`` and ``person`` provider for ``en_IE``. Thanks NiL.
* Add ``person`` provider for ``ga_IE``. Thanks NiL.

5.5.1

* Fix lorem provider ``sentence`` method.

5.5.0

* Add elements caching and other optimizations. Thanks prescod.
* Add ``use_weighting`` parameter for improved performance. Thanks prescod.

5.4.1

* Remove empty string from  ``ar_AA`` Person Provider.

5.4.0

* Add ``da_DK`` address provider. Thanks JoseNavy.

5.3.0

* ``json`` and ``fixed_width`` now allow for strings to be fixed or pinned to a static value by prepending `. Thanks johnbrandborg.

5.2.0

* Add ``en_IN`` address + phone number provider. Thanks pulkitgupta2k.

5.1.0

* Add ``en_IN`` person provider. Thanks pulkitgupta2k.
Links

Update pytest-cov from 2.10.1 to 2.11.0.

Changelog

2.11.0

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

* Bumped minimum coverage requirement to 5.2.1. This prevents reporting issues.
Contributed by Mateus Berardo de Souza Terra in `433 <https://github.com/pytest-dev/pytest-cov/pull/433>`_.
* Improved sample projects (from the `examples <https://github.com/pytest-dev/pytest-cov/tree/master/examples>`_
directory) to support running `tox -e pyXY`. Now the example configures a suffixed coverage data file,
and that makes the cleanup environment unnecessary.
Contributed by Ganden Schaffner in `435 <https://github.com/pytest-dev/pytest-cov/pull/435>`_.
* Removed the empty `console_scripts` entrypoint that confused some Gentoo build script.
I didn't ask why it was so broken cause I didn't want to ruin my day.
Contributed by Michał Górny in `434 <https://github.com/pytest-dev/pytest-cov/pull/434>`_.
* Fixed the missing `coverage context <https://coverage.readthedocs.io/en/stable/contexts.html>`_
when using subprocesses.
Contributed by Bernát Gábor in `443 <https://github.com/pytest-dev/pytest-cov/pull/443>`_.
* Updated the config section in the docs.
Contributed by Pamela McA'Nulty in `429 <https://github.com/pytest-dev/pytest-cov/pull/429>`_.
* Migrated CI to travis-ci.com (from .org).
Links

Update pytest-factoryboy from 2.0.3 to 2.1.0.

Changelog

2.1.0

-----

- Add support for factory_boy >= 3.2.0
- Drop support for Python 2.7, 3.4, 3.5. We now support only python >= 3.6.
- Drop support for pytest < 4.6. We now support only pytest >= 4.6.
- Add missing versions of python (3.9 and 3.10) and pytest (6.x.x) to the CI test matrix.
Links

@codecov
Copy link

codecov bot commented Jan 18, 2021

Codecov Report

Merging #884 (15f5a55) into master (236f0b0) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #884   +/-   ##
=======================================
  Coverage   97.80%   97.80%           
=======================================
  Files          60       60           
  Lines        3321     3321           
=======================================
  Hits         3248     3248           
  Misses         73       73           

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 236f0b0...b2069f3. Read the comment docs.

@sliverc sliverc self-requested a review January 18, 2021 16:10
@sliverc sliverc merged commit 952e26b into master Jan 18, 2021
@sliverc sliverc deleted the pyup-scheduled-update-2021-01-18 branch January 18, 2021 16:11
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.

3 participants