-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update Python #289
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/python
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update Python #289
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
force-pushed
the
renovate/python
branch
from
June 24, 2023 05:48
a71dfcf
to
b5fa3e1
Compare
renovate
bot
force-pushed
the
renovate/python
branch
2 times, most recently
from
September 8, 2023 02:51
35d03fa
to
00b9a8e
Compare
renovate
bot
force-pushed
the
renovate/python
branch
2 times, most recently
from
October 25, 2023 02:57
31e5f3c
to
44ddf6b
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
November 15, 2023 05:29
44ddf6b
to
753571c
Compare
renovate
bot
force-pushed
the
renovate/python
branch
4 times, most recently
from
December 15, 2023 02:19
5b1a31b
to
13e9950
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
January 1, 2024 05:43
13e9950
to
e3b8f54
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
January 24, 2024 02:53
e3b8f54
to
29fedb8
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
February 28, 2024 05:27
29fedb8
to
6626e72
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
March 9, 2024 11:50
6626e72
to
cc98a6b
Compare
renovate
bot
force-pushed
the
renovate/python
branch
2 times, most recently
from
March 23, 2024 11:44
39a9351
to
03748c0
Compare
renovate
bot
force-pushed
the
renovate/python
branch
2 times, most recently
from
April 6, 2024 17:56
05bf959
to
bbf894e
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
April 27, 2024 20:54
bbf894e
to
ca4eb73
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
May 5, 2024 14:55
ca4eb73
to
8450375
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
June 15, 2024 06:00
8450375
to
90c4121
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
July 26, 2024 14:54
90c4121
to
f7ab0cb
Compare
renovate
bot
force-pushed
the
renovate/python
branch
2 times, most recently
from
September 7, 2024 02:59
4fcc096
to
0a19900
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
September 24, 2024 02:55
0a19900
to
e0cbaa5
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
October 13, 2024 05:59
e0cbaa5
to
de83645
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
November 9, 2024 05:25
de83645
to
04c45ba
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
November 27, 2024 11:58
04c45ba
to
399de1d
Compare
renovate
bot
force-pushed
the
renovate/python
branch
from
January 13, 2025 07:19
399de1d
to
12a2268
Compare
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:
==1.7.4
->==1.8.2
==5.10.1
->==5.13.2
==8.2.1
->==8.5.11
==0.18.1
->==0.27.0
==0.982
->==0.991
==7.1.3
->==7.4.4
==4.0.0
->==4.1.0
==3.10.0
->==3.14.0
Release Notes
PyCQA/bandit (bandit)
v1.8.2
Compare Source
What's Changed
Full Changelog: PyCQA/bandit@1.8.1...1.8.2
v1.8.1
Compare Source
What's Changed
New Contributors
Full Changelog: PyCQA/bandit@1.8.0...1.8.1
v1.8.0
Compare Source
What's Changed
Full Changelog: PyCQA/bandit@1.7.10...1.8.0
v1.7.10
Compare Source
What's Changed
httpx
inB113
by @mkniewallner in https://github.com/PyCQA/bandit/pull/1060New Contributors
Full Changelog: PyCQA/bandit@1.7.9...1.7.10
v1.7.9
Compare Source
What's Changed
configfile
in.bandit
file by @bersbersbers in https://github.com/PyCQA/bandit/pull/1052New Contributors
Full Changelog: PyCQA/bandit@1.7.8...1.7.9
v1.7.8
Compare Source
What's Changed
New Contributors
Full Changelog: PyCQA/bandit@1.7.7...1.7.8
v1.7.7
Compare Source
What's Changed
New Contributors
Full Changelog: PyCQA/bandit@1.7.6...1.7.7
v1.7.6
Compare Source
What's Changed
pip install
commands in the pythonpackage.yml workflow by @mportesdev in https://github.com/PyCQA/bandit/pull/1021random.Random
to B311 checks by @shiftinv in https://github.com/PyCQA/bandit/pull/940wrap_file_object
by @mportesdev in https://github.com/PyCQA/bandit/pull/1037RawSQL
by @kevinmarsh in https://github.com/PyCQA/bandit/pull/765importlib-metadata
fallback by @mkniewallner in https://github.com/PyCQA/bandit/pull/1066New Contributors
Full Changelog: PyCQA/bandit@1.7.5...1.7.6
v1.7.5
Compare Source
What's Changed
toml
withtomli
by @mkniewallner in https://github.com/PyCQA/bandit/pull/829%s
placeholders. by @mportesdev in https://github.com/PyCQA/bandit/pull/934exclude_dirs
option available in TOML and YAML by @bittner in https://github.com/PyCQA/bandit/pull/876project_urls
by @KOLANICH in https://github.com/PyCQA/bandit/pull/985New Contributors
Full Changelog: PyCQA/bandit@1.7.4...1.7.5
pycqa/isort (isort)
v5.13.2
Compare Source
v5.13.1
Compare Source
v5.13.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 9am" (UTC), Automerge - At any time (no schedule defined).
🚦 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 was generated by Mend Renovate. View the repository job log.