-
Notifications
You must be signed in to change notification settings - Fork 587
chore(deps): update all dependencies #540
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
166e430
to
d3ce4af
Compare
d3ce4af
to
817b332
Compare
817b332
to
d65f475
Compare
meredithslota
approved these changes
Feb 21, 2023
d65f475
to
6d8860b
Compare
6d8860b
to
6b25562
Compare
6b25562
to
9447355
Compare
9447355
to
88666b4
Compare
88666b4
to
1efe593
Compare
06ac9c7
to
a9f42e5
Compare
dandhlee
approved these changes
Apr 26, 2023
a9f42e5
to
01b1138
Compare
dandhlee
reviewed
May 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
==2.2.2
->==2.3.2
==39.0.1
->==40.0.2
==2.2.5
->==2.3.2
==1.8.1
->==1.9.1
==2.9.1
->==2.11.1
==2.14.0
->==2.16.1
==2.7.0
->==2.9.0
==3.10.1
->==3.11.1
==2022.11.21
->==2023.4.22
==7.2.1
->==7.3.1
==2.28.2
->==2.30.0
Release Notes
pyca/cryptography
v40.0.2
Compare Source
v40.0.1
Compare Source
v40.0.0
Compare Source
v39.0.2
Compare Source
googleapis/python-error-reporting
v1.9.1
Compare Source
Documentation
v1.9.0
Compare Source
Features
v1.8.2
Compare Source
Documentation
googleapis/python-firestore
v2.11.1
Compare Source
Bug Fixes
v2.11.0
Compare Source
Features
v2.10.1
Compare Source
Documentation
v2.10.0
Compare Source
Features
OR
query support (#689) (22af4d7)Bug Fixes
googleapis/python-pubsub
v2.16.1
Compare Source
Bug Fixes
Documentation
v2.16.0
Compare Source
Features
Documentation
v2.15.2
Compare Source
Documentation
v2.15.1
Compare Source
Bug Fixes
v2.15.0
Compare Source
Features
Bug Fixes
Documentation
v2.14.1
Compare Source
Bug Fixes
Documentation
googleapis/python-storage
v2.9.0
Compare Source
Features
Bug Fixes
Documentation
v2.8.0
Compare Source
Features
Bug Fixes
Documentation
googleapis/python-translate
v3.11.1
Compare Source
Documentation
v3.11.0
Compare Source
Features
wntrblm/nox
v2023.4.22
Compare Source
pytest-dev/pytest
v7.3.1
Compare Source
pytest 7.3.1 (2023-04-14)
Improvements
RuntimeError: TestResult has no addDuration method
when runningunittest
tests.shutil.rmtree(onerror=...)
deprecation warning when usingtmp_path
{.interpreted-text role="fixture"}.Bug Fixes
tmp_path
{.interpreted-text role="fixture"} and the newtmp_path_retention_policy
{.interpreted-text role="confval"} option.INTERNALERROR IndexError: list index out of range
which happens when displaying an exception where all entries are hidden.This reverts the change "Correctly handle
__tracebackhide__
for chained exceptions." introduced in version 7.3.0.v7.3.0
Compare Source
pytest 7.3.0 (2023-04-08)
Features
@classmethod
can now be discovered as tests, following the same rules as normal methods. This fills the gap that static methods were discoverable as tests but not class methods.console_output_style
{.interpreted-text role="confval"} now supportsprogress-even-when-capture-no
to force the use of the progress output even when capture is disabled. This is useful in large test suites where capture may have significant performance impact.--log-disable
CLI option added to disable individual loggers.tmp_path_retention_count
{.interpreted-text role="confval"} andtmp_path_retention_policy
{.interpreted-text role="confval"} configuration options to control how directories created by thetmp_path
{.interpreted-text role="fixture"} fixture are kept.Improvements
ExceptionGroup
of them instead of discarding all but the last.-p
arguments to include spaces (eg:-p no:logging
instead of-pno:logging
). Mostly useful in theaddopts
section of the configurationfile.
start
andstop
timestamps toTestReport
objects.rootdir
,config file
andtestpaths
so each has its own line.the hidden text. The line number shown has also been fixed.
Bug Fixes
tmp_path
{.interpreted-text role="fixture"} fixture always raisingOSError
{.interpreted-text role="class"} onemscripten
platform due to missingos.getuid
{.interpreted-text role="func"}.__tracebackhide__
for chained exceptions.Improved Documentation
goodpractices
{.interpreted-text role="ref"}:pip install -e .
requires aversion
entry inpyproject.toml
to run successfully.Trivial/Internal Changes
v7.2.2
Compare Source
pytest 7.2.2 (2023-03-03)
Bug Fixes
pytest.approx
{.interpreted-text role="func"} handling of dictionaries containing one or more values of [0.0]{.title-ref}.teardown
would be called as part ofnose
teardown stage.--fixtures
and--help
are passed at the same time.pytest.raises
{.interpreted-text role="func"} to return a 'ContextManager' so that type-checkers could narrowpytest.raises(...) if ... else nullcontext()
down to 'ContextManager' rather than 'object'.Improved Documentation
about not collecting tests and not executing the rest of the module.
psf/requests
v2.30.0
Compare Source
Dependencies
This may contain minor breaking changes so we advise careful testing and
reviewing https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html
prior to upgrading.
Users who wish to stay on urllib3 1.x can pin to
urllib3<2
.v2.29.0
Compare Source
Improvements
standardization. (#6226)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 Mend Renovate. View repository job log here.