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 26 #5874

Merged
merged 4 commits into from
Jul 3, 2019

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Jul 1, 2019

Update stripe from 2.29.4 to 2.32.0.

Changelog

2.32.0

* [590](https://github.com/stripe/stripe-python/pull/590) Add support for the `SetupIntent` resource and APIs

2.31.0

* [587](https://github.com/stripe/stripe-python/pull/587) Enable request latency telemetry by default

2.30.1

* [589](https://github.com/stripe/stripe-python/pull/589) Fix support for `CustomerBalanceTransaction`

2.30.0

* [564](https://github.com/stripe/stripe-python/pull/564) Add support for `CustomerBalanceTransaction` resource and APIs
Links

Update docker from 4.0.1 to 4.0.2.

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

Links

Update django-cors-middleware from 1.3.1 to 1.4.0.

Changelog
Links

Update django-debug-toolbar from 1.11 to 2.0.

Changelog

2.0

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

* Updated ``StaticFilesPanel`` to be compatible with Django 3.0.
* The ``ProfilingPanel`` is now enabled but inactive by default.
* Fixed toggling of table rows in the profiling panel UI.
* The ``ProfilingPanel`` no longer skips remaining panels or middlewares.
* Improved the installation documentation.
* Fixed a possible crash in the template panel.
* Added support for psycopg2 ``Composed`` objects.
* Changed the Jinja2 tests to use Django's own Jinja2 template backend.
* Added instrumentation to queries using server side cursors.
* Too many small improvements and cleanups to list them all.

**Backwards incompatible changes**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Removed support for Python 2.
* Removed support for Django's deprecated ``MIDDLEWARE_CLASSES`` setting.
* Restructured ``Panel`` to execute more like the new-style Django MIDDLEWARE.
The ``Panel.__init__()`` method is now passed ``get_response`` as the first
positional argument. The ``Panel.process_request()`` method must now always
return a response. Usually this is the response returned by
``get_response()`` but the panel may also return a different response as is
the case in the ``RedirectsPanel``. Third party panels must adjust to this
new architecture. ``Panel.process_response()`` and ``Panel.process_view()``
have been removed as a result of this change.

The deprecated API, ``debug_toolbar.panels.DebugPanel``, has been removed.
Third party panels should use ``debug_toolbar.panels.Panel`` instead.

The following deprecated settings have been removed:

* ``HIDDEN_STACKTRACE_MODULES``
* ``HIDE_DJANGO_SQL``
* ``INTERCEPT_REDIRECTS``
* ``RESULTS_STORE_SIZE``
* ``ROOT_TAG_ATTRS``
* ``TAG``
Links

@@ -100,7 +100,7 @@ dj-pagination==2.4.0
packaging==19.0

# Commenting stuff
django-cors-middleware==1.3.1
django-cors-middleware==1.4.0
Copy link
Member

Choose a reason for hiding this comment

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

It adds support for python 3.7

Copy link
Member

Choose a reason for hiding this comment

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

@@ -109,4 +109,4 @@ user-agents==2.0
django-storages==1.7.1 # pyup: <1.8

# Required only in development and linting
django-debug-toolbar==1.11
django-debug-toolbar==2.0
Copy link
Member

Choose a reason for hiding this comment

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

@humitos humitos merged commit 63904d3 into master Jul 3, 2019
@delete-merged-branch delete-merged-branch bot deleted the pyup/scheduled-update-2019-07-01 branch July 3, 2019 12:16
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