Skip to content
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

Scheduled weekly dependency update for week 38 #2018

Closed
wants to merge 8 commits into from

Conversation

pyup-bot
Copy link
Contributor

Update feedparser from 5.2.1 to 6.0.1.

Changelog

6.0.1

* Remove all Python 2 compatibility code (228)
 * Add *python_requires* to ``setup.py`` (231)

6.0.0

* Support Python 3.6, 3.7, 3.8 and 3.9
 * Drop support for Python 2.4 through 2.7, and Python 3.0 through 3.5 (169)
 * Convert feedparser from a monolithic file to a package
 * ``feedparser.parse(sanitize_html=bool)`` argument replaces the ``feedparser.SANITIZE_HTML`` global
 * ``feedparser.parse(resolve_relative_uris=bool)`` replaces the ``feedparser.RESOLVE_RELATIVE_URIS`` global
 * Unify the codebase so that 2to3 conversion is no longer required
 * Remove references to iconv_codecs
 * Update the Creative Commons namespace URI's
 * Update the default User-Agent name and URL
 * Support Middle European (Summer) Time timezones (20)
 * Pass ``data`` to ``lazy_chardet_encoding()`` (50)
 * Document that datetimes are returned in UTC (51)
 * Remove cjkpython references in the documentation (57)
 * Resolve ResourceWarnings thrown during unit tests (170)
 * Fix tox build failures (213)
 * Use ``base64.decodebytes()`` directly to support Python 3.9 (201)
 * Fix Python 3.8 ``urllib.parse.splittype()`` deprecation warning (211)
 * Support parsing colons in RFC822 timezones (144)
 * Add `chardet` as an optional tox environment dependency
 * Fix the Big5 unit test that fails when chardet is installed (184)
Links

Update bleach from 3.1.5 to 3.2.1.

Changelog

3.2.1

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

**Security fixes**

None

**Features**

None

**Bug fixes**

* change linkifier to add rel="nofollow" as documented. Thank you mitar.
* suppress html5lib sanitizer DeprecationWarnings 557

3.2.0

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

**Security fixes**

None

**Features**

None

**Bug fixes**

* ``html5lib`` dependency to version 1.1.0. Thank you Sam Sneddon.
* update tests_website terminology. Thank you Thomas Grainger.
Links

Update XlsxWriter from 1.3.3 to 1.3.4.

Changelog

1.3.4

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

* Replaced internal MD5 digest used to check for duplicate image with a SHA256
digest to avoid issues on operating systems such as Red Hat in FIPS mode
which don't support MD5 for security reasons.
Issue `749 <https://github.com/jmcnamara/XlsxWriter/issues/749>`_.
Links

Update django-debug-toolbar from 2.2 to 3.0.

Changelog

3.0

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

* Added an ``.editorconfig`` file specifying indentation rules etc.
* Updated the italian translation.
* Added support for Django 3.1a1. ``fetch()`` and ``jQuery.ajax`` requests are
now detected by the absence of a ``Accept: text/html`` header instead of the
jQuery-specific ``X-Requested-With`` header on Django 3.1 or better.
* Pruned unused CSS and removed hacks for ancient browsers.
* Added the new :attr:`Panel.scripts <debug_toolbar.panels.Panel.scripts>`
property. This property should return a list of JavaScript resources to be
loaded in the browser when displaying the panel. Right now, this is used by a
single panel, the Timer panel. Third party panels can use this property to
add scripts rather then embedding them in the content HTML.
* Switched from JSHint to ESLint. Added an ESLint job to the Travis CI matrix.
* Debug toolbar state which is only needed in the JavaScript code now uses
localStorage.
* Updated the code to avoid a few deprecation warnings and resource warnings.
* Started loading JavaScript as ES6 modules.
* Added support for ``cache.touch()`` when using django-debug-toolbar.
* Eliminated more inline CSS.
* Updated ``tox.ini`` and ``Makefile`` to use isort>=5.
* Increased RESULTS_CACHE_SIZE to 25 to better support AJAX requests.
* Fixed the close button CSS by explicitly specifying the
``box-sizing`` property.
* Simplified the ``isort`` configuration by taking advantage of isort's
``black`` profile.
* Added HistoryPanel including support for AJAX requests.

**Backwards incompatible changes**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Loading panel content no longer executes the scripts elements embedded in the
HTML. Third party panels that require JavaScript resources should now use the
:attr:`Panel.scripts <debug_toolbar.panels.Panel.scripts>` property.
* Removed support for end of life Django 1.11. The minimum supported Django is
now 2.2.
Links

Update Faker from 4.1.2 to 4.1.3.

Changelog

4.1.3

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

* Add ``es_ES`` autonomous communities (Spanish regions). Thanks mondeja.
* Add JSON and Fixed Width argument group and parser support. Thanks johnbrandborg.
* Update ``zh_CN`` ssn provider to support gender. Thanks mapoor.
* Fix typo in ``de_DE`` job provider. Thanks datadominik.
* ``or_IN`` Odia person's name added. Thanks soumendrak.
* Remove ``datetime_safe`` shim subclass in favor of native Python ``datetime.datetime``. Thanks samcrang.
Links

Update isort from 5.5.1 to 5.5.3.

Changelog

5.5.3

- Fixed 1488: in rare cases isort can mangle `yield from` or `raise from` statements.

5.5.2

- Fixed 1469: --diff option is ignored when input is from stdin.
Links

Update pytest-django from 3.9.0 to 3.10.0.

Changelog

3.10.0

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

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

* Officialy support Django 3.1

* Preliminary supoprt for upcoming Django 3.2

* Support for pytest-xdist 2.0


Misc
^^^^

* Fix running pytest-django's own tests against pytest 6.0 (855)
Links

Update pytest from 6.0.1 to 6.0.2.

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

Links

@pyup-bot
Copy link
Contributor Author

Closing this in favor of #2023

@pyup-bot pyup-bot closed this Sep 28, 2020
@fuzzylogic2000 fuzzylogic2000 deleted the pyup-scheduled-update-2020-09-21 branch September 28, 2020 17:32
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.

1 participant