Closed pyup-bot closed 5 years ago
Merging #22 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #22 +/- ##
=======================================
Coverage 68.88% 68.88%
=======================================
Files 78 78
Lines 2153 2153
Branches 184 184
=======================================
Hits 1483 1483
Misses 636 636
Partials 34 34
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 60d3cd0...baebe30. Read the comment docs.
Closing this in favor of #23
Update django from 2.2.2 to 2.2.3.
Changelog
### 2.2.3 ``` ========================== *Expected July 1, 2019* Django 2.2.3 fixes several bugs in 2.2.2. Also, the latest string translations from Transifex are incorporated. Bugfixes ======== * Fixed a regression in Django 2.2 where :class:`~django.db.models.Avg`, :class:`~django.db.models.StdDev`, and :class:`~django.db.models.Variance` crash with ``filter`` argument (:ticket:`30542`). * Fixed a regression in Django 2.2.2 where auto-reloader crashes with ``AttributeError``, e.g. when using ``ipdb`` (:ticket:`30588`). ========================== ```Links
- PyPI: https://pypi.org/project/django - Changelog: https://pyup.io/changelogs/django/ - Homepage: https://www.djangoproject.com/Update isort from 4.3.20 to 4.3.21.
Changelog
### 4.3.21 ``` - Fixed issue 957 - Long aliases and use_parentheses generates invalid syntax ```Links
- PyPI: https://pypi.org/project/isort - Changelog: https://pyup.io/changelogs/isort/ - Repo: https://github.com/timothycrosley/isortUpdate jedi from 0.13.3 to 0.14.0.
Changelog
### 0.14.0 ``` +++++++++++++++++++ - Added ``goto_*(prefer_stubs=True)`` as well as ``goto_*(prefer_stubs=True)`` - Stubs are used now for type inference - Typeshed is used for better type inference - Reworked Definition.full_name, should have more correct return values ``` ### 0.13.4 ``` ==================== Changes ------- * fix duplication in function parameters completion (267) ```Links
- PyPI: https://pypi.org/project/jedi - Changelog: https://pyup.io/changelogs/jedi/ - Repo: https://github.com/davidhalter/jediUpdate mypy from 0.701 to 0.711.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/mypy - Homepage: http://www.mypy-lang.org/Update parso from 0.4.0 to 0.5.0.
Changelog
### 0.5.0 ``` ++++++++++++++++++ - **Breaking Change** comp_for is now called sync_comp_for for all Python versions to be compatible with the Python 3.8 Grammar - Added .pyi stubs for a lot of the parso API - Small FileIO changes ```Links
- PyPI: https://pypi.org/project/parso - Changelog: https://pyup.io/changelogs/parso/ - Repo: https://github.com/davidhalter/parsoUpdate pbr from 5.3.0 to 5.3.1.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/pbr - Homepage: https://docs.openstack.org/pbr/latest/Update snowballstemmer from 1.2.1 to 1.9.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/snowballstemmer - Repo: https://github.com/snowballstem/snowballUpdate typed-ast from 1.3.5 to 1.4.0.
The bot wasn't able to find a changelog for this release. Got an idea?
Links
- PyPI: https://pypi.org/project/typed-ast - Repo: https://github.com/python/typed_ast