⬆️(dependencies) update python dependencies #1628
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.7.3
->==1.7.4
==8.1.0
->==8.1.1
==0.18.0
->==0.19.0
==1.5.6
->==1.5.7
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
See
responses.registries.OrderedRegistry
.For example, to add response for POST request you can use
responses.post()
insteadof
responses.add(responses.POST)
.responses.activate
decorator to leak, if wrapped function called from within anotherwrapped function. Also, allow calling of above mentioned chain. See #481 for more details.
get_registry()
method ofRequestsMock
object. Replaces internal_get_registry()
.query_param_matcher
can now accept dictionaries withint
andfloat
values.loose
version ofquery_param_matcher
via named argumentstrict_match
.async/await
functions.response_callback
is no longer executed on exceptions raised by failedResponse
s_get_url_and_path
to comply with RFC 3986. Now URL match occurs by matchingschema, authority and path, where path is terminated by the first question mark ("?") or
number sign ("#") character, or by the end of the URI.
content_type
andheaders[content-type]
are provided as parameters.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.
This PR has been generated by WhiteSource Renovate. View repository job log here.