Skip to content

⬆️(dependencies) update python dependencies#1628

Merged
jbpenrath merged 1 commit into
masterfrom
renovate/python-dependencies
Mar 8, 2022
Merged

⬆️(dependencies) update python dependencies#1628
jbpenrath merged 1 commit into
masterfrom
renovate/python-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 7, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bandit (source, changelog) ==1.7.3 -> ==1.7.4 age adoption passing confidence
ipython (source) ==8.1.0 -> ==8.1.1 age adoption passing confidence
responses ==0.18.0 -> ==0.19.0 age adoption passing confidence
sentry-sdk (changelog) ==1.5.6 -> ==1.5.7 age adoption passing confidence

Release Notes

PyCQA/bandit

v1.7.4

Compare Source

What's Changed
New Contributors

Full Changelog: PyCQA/bandit@1.7.3...1.7.4

ipython/ipython

v8.1.1

Compare Source

getsentry/responses

v0.19.0

Compare Source

  • Added a registry that provides more strict ordering based on the invocation index.
    See responses.registries.OrderedRegistry.
  • Added shortcuts for each request method: delete, get, head, options, patch, post, put.
    For example, to add response for POST request you can use responses.post() instead
    of responses.add(responses.POST).
  • Prevent responses.activate decorator to leak, if wrapped function called from within another
    wrapped function. Also, allow calling of above mentioned chain. See #​481 for more details.
  • Expose get_registry() method of RequestsMock object. Replaces internal _get_registry().
  • query_param_matcher can now accept dictionaries with int and float values.
  • Add support for the loose version of query_param_matcher via named argument strict_match.
  • Added support for async/await functions.
  • response_callback is no longer executed on exceptions raised by failed Responses
  • Change logic of _get_url_and_path to comply with RFC 3986. Now URL match occurs by matching
    schema, authority and path, where path is terminated by the first question mark ("?") or
    number sign ("#") character, or by the end of the URI.
  • An error is now raised when both content_type and headers[content-type] are provided as parameters.
  • When a request isn't matched the passthru prefixes are now included in error messages.
getsentry/sentry-python

v1.5.7

Compare Source

Various fixes & improvements

Configuration

📅 Schedule: "before 7am on monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot added the dependencies Dependency-related tasks. label Mar 7, 2022
@jbpenrath jbpenrath self-assigned this Mar 7, 2022
@jbpenrath jbpenrath self-requested a review March 7, 2022 13:54
@renovate renovate Bot force-pushed the renovate/python-dependencies branch from 7631743 to 848a172 Compare March 7, 2022 13:54
@renovate renovate Bot force-pushed the renovate/python-dependencies branch from 848a172 to 224733a Compare March 8, 2022 11:50
@jbpenrath jbpenrath merged commit c67f187 into master Mar 8, 2022
@jbpenrath jbpenrath deleted the renovate/python-dependencies branch March 8, 2022 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency-related tasks.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants