Skip to content

Scheduled biweekly dependency update for week 49 #869

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
Dec 7, 2020

Conversation

pyup-bot
Copy link
Collaborator

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

Update Sphinx from 3.3.0 to 3.3.1.

Changelog

3.3.1

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

Dependencies
------------

Incompatible changes
--------------------

Deprecated
----------

Features added
--------------

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

* 8372: autodoc: autoclass directive became slower than Sphinx-3.2
* 7727: autosummary: raise PycodeError when documenting python package
without __init__.py
* 8364: C, properly initialize attributes in empty symbols.

Testing
--------
Links

Update django-debug-toolbar from 3.1.1 to 3.2.

Changelog

3.2

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

* Moved CI to GitHub Actions: https://github.com/jazzband/django-debug-toolbar/actions
* Stopped crashing when ``request.GET`` and ``request.POST`` are
dictionaries instead of ``QueryDict`` instances. This isn't a valid
use of Django but django-debug-toolbar shouldn't crash anyway.
* Fixed a crash in the history panel when sending a  JSON POST request
with invalid JSON.
* Added missing signals to the signals panel by default.
* Documented how to avoid CORS errors now that we're using JavaScript
modules.
* Verified support for Python 3.9.
* Added a ``css`` and a ``js`` template block to
``debug_toolbar/base.html`` to allow overriding CSS and JS.

3.2a1

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

* Fixed a regression where the JavaScript code crashed with an invalid
CSS selector when searching for an element to replace.
* Replaced remaining images with CSS.
* Continued refactoring the HTML and CSS code for simplicity, continued
improving the use of semantic HTML.
* Stopped caring about prehistoric browsers for good. Started splitting
up the JavaScript code to take advantage of JavaScript modules.
* Continued removing unused CSS.
* Started running Selenium tests on Travis CI.
* Added a system check which prevents using django-debug-toolbar without
any enabled panels.
* Added :meth:`Panel.run_checks() <debug_toolbar.panels.Panel.run_checks>` for
panels to verify the configuration before the application starts.
* Validate the static file paths specified in ``STATICFILES_DIRS``
exist via :class:`~debug_toolbar.panels.staticfiles.StaticFilesPanel`
* Introduced `prettier <https://prettier.io/>`__ to format the frontend
code.
* Started accessing history views using GET requests since they do not
change state on the server.
* Fixed a bug where unsuccessful requests (e.g. network errors) were
silently ignored.
* Started spellchecking the documentation.
* Removed calls to the deprecated ``request.is_ajax()`` method. These calls
were unnecessary now that most endpoints return JSON anyway.
* Removed support for Python 3.5.
Links

Update Faker from 4.14.0 to 5.0.0.

Changelog

5.0.0

* Drop support for Python 3.5. Thanks cclaus.
* Add support fro Python 3.9. Thanks cclaus.

4.18.0

* Add ``date_time`` and ``bank`` providers for ``th_TH``. Thanks bact.

4.17.1

* Correct spelling errors in city names for ``de_DE``. Thanks AnjaGer.

4.17.0

* Add name pairs to get matched representation in ``ja_JP`` person provider. Thanks yu-ichiro.

4.16.0

* Add SSN, company name, address, and license plate providers for ``th_TH``. Thanks bact.

4.15.0

* Add postcode format, country names, person prefix weights, and update phone number format for ``th_TH``. Thanks bact.

4.14.2

* Fix generation of names ending with spaces. Thanks edomora97.

4.14.1

* Add relative frequencies for japanese last names. Thanks TianyiShi2001.
Links

@codecov
Copy link

codecov bot commented Dec 7, 2020

Codecov Report

Merging #869 (6a97327) into master (0501d70) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #869   +/-   ##
=======================================
  Coverage   97.74%   97.74%           
=======================================
  Files          60       60           
  Lines        3319     3319           
=======================================
  Hits         3244     3244           
  Misses         75       75           

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 0501d70...6a97327. Read the comment docs.

@sliverc sliverc merged commit 3263061 into master Dec 7, 2020
@sliverc sliverc deleted the pyup-scheduled-update-2020-12-07 branch December 7, 2020 18:52
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