-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update all dependencies #161
Merged
Merged
Conversation
This file contains 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
renovate
bot
changed the title
chore(deps): update dependency pytest_asyncio to v0.23.6
chore(deps): update all dependencies
Mar 19, 2024
renovate
bot
force-pushed
the
renovate/all
branch
7 times, most recently
from
March 24, 2024 22:35
2b66728
to
b229d48
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
March 28, 2024 00:48
76a1651
to
d44e5e2
Compare
renovate
bot
changed the title
chore(deps): update all dependencies
fix(deps): update all dependencies
Mar 28, 2024
renovate
bot
force-pushed
the
renovate/all
branch
from
March 31, 2024 17:20
d44e5e2
to
3a3b0c0
Compare
renovate
bot
changed the title
fix(deps): update all dependencies
chore(deps): update all dependencies
Mar 31, 2024
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
April 2, 2024 03:40
8c655ec
to
2daf15e
Compare
renovate
bot
changed the title
chore(deps): update all dependencies
fix(deps): update all dependencies
Apr 2, 2024
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
April 10, 2024 12:07
a8d4c5b
to
e58418b
Compare
renovate
bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
April 12, 2024 22:59
002c0da
to
72176a4
Compare
renovate
bot
changed the title
fix(deps): update all dependencies
chore(deps): update all dependencies
Apr 12, 2024
renovate
bot
force-pushed
the
renovate/all
branch
6 times, most recently
from
April 22, 2024 14:28
5f7580b
to
1c794df
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
April 24, 2024 13:16
a8bfbed
to
acf9a16
Compare
renovate
bot
force-pushed
the
renovate/all
branch
7 times, most recently
from
May 5, 2024 19:00
af2fee6
to
2b0fd73
Compare
renovate
bot
changed the title
chore(deps): update all dependencies
chore(deps): update actions/checkout digest to 0ad4b8f
May 5, 2024
renovate
bot
changed the title
chore(deps): update actions/checkout digest to 0ad4b8f
chore(deps): update actions/checkout digest to 0ad4b8f - autoclosed
May 6, 2024
renovate
bot
changed the title
chore(deps): update actions/checkout digest to 0ad4b8f - autoclosed
chore(deps): update actions/checkout digest to 0ad4b8f
May 8, 2024
renovate
bot
changed the title
chore(deps): update actions/checkout digest to 0ad4b8f
chore(deps): update dependency pyright to v1.1.362
May 8, 2024
renovate
bot
changed the title
chore(deps): update dependency pyright to v1.1.362
chore(deps): update all dependencies
May 9, 2024
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
May 10, 2024 16:08
2335af7
to
7b71e1c
Compare
renovate
bot
changed the title
chore(deps): update all dependencies
fix(deps): update all dependencies
May 10, 2024
renovate
bot
force-pushed
the
renovate/all
branch
from
May 11, 2024 05:33
7b71e1c
to
7d84abc
Compare
renovate
bot
changed the title
fix(deps): update all dependencies
chore(deps): update all dependencies
May 11, 2024
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
May 19, 2024 13:42
c61b0ef
to
8e047a1
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
May 19, 2024 22:47
8e047a1
to
c0b06cb
Compare
vladutmd
approved these changes
May 22, 2024
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:
3.7.0
->3.7.1
3.1.18
->3.1.19
1.1.361
->1.1.363
8.2.0
->8.2.1
0.23.6
->0.23.7
0.4.3
->0.4.4
Release Notes
pre-commit/pre-commit (pre-commit)
v3.7.1
Compare Source
==================
Fixes
language: rust
default language version check whenrust-toolchain.toml
is present.
psycopg/psycopg (psycopg)
v3.1.19
Compare Source
RobertCraigie/pyright-python (pyright)
v1.1.363
Compare Source
v1.1.362
Compare Source
pytest-dev/pytest (pytest)
v8.2.1
Compare Source
pytest 8.2.1 (2024-05-19)
Improvements
Bug Fixes
.pytest_cache
directories becamerwx------
instead of the expectedrwxr-xr-x
.Trivial/Internal Changes
pytest-dev/pytest-asyncio (pytest_asyncio)
v0.23.7
: pytest-asyncio 0.23.7Compare Source
0.23.7 (2024-05-19)
Known issues
As of v0.23, pytest-asyncio attaches an asyncio event loop to each item of the test suite (i.e. session, packages, modules, classes, functions) and allows tests to be run in those loops when marked accordingly. Pytest-asyncio currently assumes that async fixture scope is correlated with the new event loop scope. This prevents fixtures from being evaluated independently from the event loop scope and breaks some existing test suites (see #706). For example, a test suite may require all fixtures and tests to run in the same event loop, but have async fixtures that are set up and torn down for each module. If you're affected by this issue, please continue using the v0.21 release, until it is resolved.
astral-sh/ruff (ruff)
v0.4.4
Compare Source
Preview features
pycodestyle
] Ignore end-of-line comments when determining blank line rules (#11342)pylint
] Detectpathlib.Path.open
calls inunspecified-encoding
(PLW1514
) (#11288)flake8-pyi
] ImplementPYI059
(generic-not-last-base-class
) (#11233)flake8-pyi
] ImplementPYI062
(duplicate-literal-member
) (#11269)Rule changes
flake8-boolean-trap
] Allow passing booleans as positional-only arguments in code such asset(True)
(#11287)flake8-bugbear
] Ignore enum classes incached-instance-method
(B019
) (#11312)Server
ruff server
hanging after Neovim closes (#11291)Bug fixes
pylint
] Considerwith
statements fortoo-many-branches
(PLR0912
) (#11321)flake8-blind-except
,tryceratops
] Respect logged and re-raised expressions in nested statements (BLE001
,TRY201
) (#11301)__all__ = builtins.list(["foo", "bar"])
as valid__all__
definitions (#11335)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.