-
Notifications
You must be signed in to change notification settings - Fork 2
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
Lock file maintenance Python dependencies #74
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
requested review from
dragomirp,
marceloneppel and
taurus-forever
October 3, 2023 01:11
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
from
October 3, 2023 13:46
889ce16
to
c0dd0e8
Compare
taurus-forever
approved these changes
Oct 10, 2023
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
3 times, most recently
from
October 20, 2023 01:47
03a4f08
to
7031198
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
4 times, most recently
from
October 26, 2023 22:34
02d3559
to
c03b51b
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
from
November 21, 2023 21:31
c03b51b
to
6ef9651
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
3 times, most recently
from
December 6, 2023 16:22
0d5bec7
to
c8273a4
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
2 times, most recently
from
December 13, 2023 18:53
a13fedd
to
8dcee23
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
2 times, most recently
from
December 23, 2023 01:31
452fcb5
to
1cd52e2
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
3 times, most recently
from
January 3, 2024 00:44
f885845
to
732dd23
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
3 times, most recently
from
January 17, 2024 15:48
e8ef78d
to
9a2347b
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
from
January 19, 2024 21:55
9a2347b
to
3cabbcc
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
3 times, most recently
from
February 6, 2024 00:46
2cb0086
to
000d23e
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
2 times, most recently
from
March 7, 2024 00:48
db60a67
to
f461e08
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
2 times, most recently
from
March 15, 2024 18:48
90ff811
to
163c96a
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
from
March 21, 2024 19:41
163c96a
to
a558fb6
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
from
April 1, 2024 19:35
a558fb6
to
59f6237
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
2 times, most recently
from
April 12, 2024 04:31
b8ad041
to
dbc46bd
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
3 times, most recently
from
April 25, 2024 19:51
c385977
to
e52dfc5
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
3 times, most recently
from
May 4, 2024 00:35
5c13ea7
to
4b3f3d9
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
2 times, most recently
from
May 9, 2024 18:07
6355a94
to
7d046cb
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
5 times, most recently
from
May 25, 2024 12:40
9c2f450
to
cb11857
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
3 times, most recently
from
May 31, 2024 22:03
1429925
to
40fe7b6
Compare
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
from
June 4, 2024 16:52
40fe7b6
to
249f09c
Compare
renovate
bot
changed the title
Update Python dependencies
Lock file maintenance Python dependencies
Jun 4, 2024
dragomirp
approved these changes
Jun 4, 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.4.0.0
-><=3.5.0.0
^8.2.1
->^8.2.2
^2.32.2
->^2.32.3
^0.4.6
->^0.4.7
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
juju/python-libjuju (juju)
v3.5.0.0
Compare Source
What's Changed
New Contributors
Full Changelog: juju/python-libjuju@3.4.0.0...3.5.0.0
pytest-dev/pytest (pytest)
v8.2.2
Compare Source
pytest 8.2.2 (2024-06-04)
Bug Fixes
.pytest_cache
) creation. Regressed in pytest 8.2.0.Improved Documentation
lack of thread safety in pytest as a possible source of flakyness.
astral-sh/ruff (ruff)
v0.4.7
Compare Source
Preview features
flake8-pyi
] ImplementPYI064
(#11325)flake8-pyi
] ImplementPYI066
(#11541)flake8-pyi
] ImplementPYI057
(#11486)pyflakes
] Add option to enable F822 in__init__.py
files (#11370)Formatter
Server
ruff server
(#11590)ruff server
(#11615)Bug fixes
flake8-comprehension
] Strip parentheses around generators inC400
(#11607)repeated-isinstance-calls
as unsafe on Python 3.10 and later (#11622)Configuration
📅 Schedule: Branch creation - "after 1am and before 3am every weekday" in timezone Etc/UTC, 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.