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

pyup: Scheduled weekly dependency update for week 40 #7537

Merged
merged 18 commits into from Oct 14, 2020

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Oct 5, 2020

Update virtualenv from 20.0.31 to 20.0.33.

Changelog

20.0.33

~~~~~~~~~~~~~~~~~~
- Fix ``None`` type error in cygwin if POSIX path in dest - by :user:`danyeaw`. (`1962 <https://github.com/pypa/virtualenv/issues/1962>`_)
- Fix Python 3.4 incompatibilities (added back to the CI) - by :user:`gaborbernat`. (`1963 <https://github.com/pypa/virtualenv/issues/1963>`_)

20.0.32

~~~~~~~~~~~~~~~~~~
- For activation scripts always use UNIX line endings (unless it's BATCH shell related) - by :user:`saytosid`. (`1818 <https://github.com/pypa/virtualenv/issues/1818>`_)
- Upgrade embedded pip to ``20.2.1`` and setuptools to ``49.4.0`` - by :user:`gaborbernat`. (`1918 <https://github.com/pypa/virtualenv/issues/1918>`_)
- Avoid spawning new windows when doing seed package upgrades in the background on Windows - by :user:`gaborbernat`. (`1928 <https://github.com/pypa/virtualenv/issues/1928>`_)
- Fix a bug that reading and writing on the same file may cause race on multiple processes. (`1938 <https://github.com/pypa/virtualenv/issues/1938>`_)
- Upgrade embedded setuptools to ``50.2.0`` and pip to ``20.2.3`` - by :user:`gaborbernat`. (`1939 <https://github.com/pypa/virtualenv/issues/1939>`_)
- Provide correct path for bash activator in cygwin or msys2 - by :user:`danyeaw`. (`1940 <https://github.com/pypa/virtualenv/issues/1940>`_)
- Relax importlib requirement to allow version<3 - by :user:`usamasadiq` (`1953 <https://github.com/pypa/virtualenv/issues/1953>`_)
- pth files were not processed on CPython2 if $PYTHONPATH was pointing to site-packages/ - by :user:`navytux`. (`1959 <https://github.com/pypa/virtualenv/issues/1959>`_) (`1960 <https://github.com/pypa/virtualenv/issues/1960>`_)
Links

Update django-extensions from 3.0.8 to 3.0.9.

Changelog

3.0.9

-----

Changes:
- Improvement: runserver_plus, survive syntax and configuration errors part II
- Improvement: tests, refactor test runner
- Improvement: sqlcreate, support postgresql unix domain socket
Links

Update djangorestframework from 3.11.1 to 3.12.1.

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

Links

Update django-filter from 2.3.0 to 2.4.0.

Changelog

2.4.0

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

* SECURITY: Added a ``MaxValueValidator`` to the form field for
``NumberFilter``. This prevents a potential DoS attack if numbers with very
large exponents were subsequently converted to integers.

The default limit value for the validator is ``1e50``.

The new ``NumberFilter.get_max_validator()`` allows customising the used
validator, and may return ``None`` to disable the validation entirely.

* Added testing against Django 3.1 and Python 3.9.

In addition tests against Django main development branch are now required to
pass.
Links

Update Pygments from 2.7.0 to 2.7.1.

Changelog

2.7.1

-------------
(released September 16, 2020)

- Fixed a regression in the JSON lexer (1544)
Links

Update GitPython from 3.1.8 to 3.1.9.

Changelog

3.1.9

=====

See the following for details:
https://github.com/gitpython-developers/gitpython/milestone/41?closed=1*
Links

Update stripe from 2.51.0 to 2.54.0.

Changelog

2.54.0

* [681](https://github.com/stripe/stripe-python/pull/681) Add support for the `SetupAttempt` resource and List API

2.53.0

* [999](https://github.com/stripe/stripe-python/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)

2.52.0

* [999](https://github.com/stripe/stripe-python/pull/999) DESCRIBE CHANGES HERE (try to use the same style, tense, etc. as the other entries)
Links

Update regex from 2020.7.14 to 2020.9.27.

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

Links

Update django-debug-toolbar from 2.2 to 3.1.1.

Changelog

3.1

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

* Fixed a crash in the history panel when sending an empty JSON POST
request.
* Made ``make example`` also set up the database and a superuser
account.
* Added a Makefile target for regenerating the django-debug-toolbar
screenshot.
* Added automatic escaping of panel titles resp. disallowed HTML tags.
* Removed some CSS
* Restructured the SQL stats template.
* Changed command line examples to prefer ``python -m pip`` to ``pip``.

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 django-redis-cache from 2.1.1 to 2.1.3.

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

Links

Update ipdb from 0.13.3 to 0.13.4.

Changelog

0.13.4

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

- Add '-m' option
[mrmino]
Links

Update sphinxemoji from 0.1.6 to 0.1.7.

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

Links

Update pytest from 6.0.2 to 6.1.1.

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

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

stsewd
stsewd approved these changes Oct 5, 2020
Copy link
Member

@humitos humitos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that we need to fix the tests before merging this PR but doesn't look to be a problem.

E       - {'Content-Type': 'application/json', 'Cookie': '', 'X-Foo': 'bar'}

E       + {'Content-Type': 'application/json; charset=None', 'Cookie': '', 'X-Foo': 'bar'}

This is because DRF, https://www.django-rest-framework.org/community/release-notes/#3120

Don't include invalid charset=None portion in the request Content-Type header when using APIClient. [#7400]

@stsewd stsewd merged commit 78a5e32 into master Oct 14, 2020
2 checks passed
@stsewd stsewd deleted the pyup/scheduled-update-2020-10-05 branch October 14, 2020 22:04
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.

None yet

3 participants