-
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 (major) #290
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-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
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
3a06be5
to
b143d13
Compare
b143d13
to
6fd9dee
Compare
6fd9dee
to
0be2af2
Compare
0be2af2
to
cc9108a
Compare
61ddfed
to
ddb50d4
Compare
f8fc09d
to
eb0e4a1
Compare
b8fd1eb
to
e8fef28
Compare
b97291a
to
d07809e
Compare
ac7bffd
to
d98438c
Compare
59a12a6
to
729883d
Compare
a1ee906
to
f244d61
Compare
f69c4e6
to
75300f8
Compare
75300f8
to
a7ca86e
Compare
ed921a9
to
e9eba87
Compare
e9eba87
to
b899202
Compare
b899202
to
5459ab2
Compare
c682f78
to
3e1ad3a
Compare
156225c
to
c9d7c0c
Compare
0bb4f03
to
a801906
Compare
5e98913
to
870bff2
Compare
cb08c65
to
9be7782
Compare
9be7782
to
2f364df
Compare
6d37d74
to
40e8d4b
Compare
55f6de4
to
7b0c66a
Compare
7b0c66a
to
1b3deb3
Compare
1b3deb3
to
c7beb8a
Compare
c7beb8a
to
59a0ffc
Compare
59a0ffc
to
e472e56
Compare
1739043
to
e3301c4
Compare
30d92bf
to
c928006
Compare
c928006
to
94d22c9
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:
==5.0.4
->==7.1.1
==5.10.1
->==6.0.0
==1.1.2
->==2.1.3
==8.2.1
->==9.6.4
==0.982
->==1.15.0
==7.1.3
->==8.3.4
==4.0.0
->==6.0.0
Release Notes
pycqa/flake8 (flake8)
v7.1.1
Compare Source
v7.1.0
Compare Source
v7.0.0
Compare Source
v6.1.0
Compare Source
v6.0.0
Compare Source
pycqa/isort (isort)
v6.0.0
Compare Source
Changes
💥 Breaking Changes
🚀 Features
as
imports (#2340) @DanielNoordpre-commit autoupdate
(#2321) @kurtmckee🪲 Fixes
--diff
to be used with--jobs
(#2302) @mnakamawemake
has 80 chars hard limit, not 79 (#2241) @sobolevnmain
(#2320) @DanielNoordsort_reexports
code mangling (#2283) @Helveg👷 Continuous Integration
actions/cache@v2
usage (#2322) @kurtmckeepre-commit
(#2296) @matthewhughes934📦 Dependencies
poetry
to2.0.1
(#2341) @DanielNoordv5.13.2
Compare Source
v5.13.1
Compare Source
v5.13.0
Compare Source
v5.12.0
Compare Source
v5.11.5
Compare Source
v5.11.4
Compare Source
v5.11.3
Compare Source
v5.11.2
Compare Source
v5.11.1
Compare Source
colorama.init
ifcolorama
is available (#2032) @tomaarsenv5.11.0
Compare Source
black
compatibility for.pyi
files @XuehaiPanblack
, plus three settings. (#1926) @mauritsvanreeslines_before_imports
appending lines after comments (#1861) @legaumulti_line_output = 3
from "Compatibility with black" (#1858) @jdufresnejimporter/mike (mike)
v2.1.3
Compare Source
Bug fixes
within that prefix
v2.1.2
Compare Source
Bug fixes
collide
v2.1.1
Compare Source
Bug fixes
INHERIT
when injecting themike
plugin into
mkdocs.yml
v2.1.0
Compare Source
New features
set-default
, you can now pass--allow-undefined
to set thedefault to a version that doesn't exist yet
-q
/--quiet
option to suppress warning messages!relative
inmkdocs.yml
Bug fixes
startup
andshutdown
events
v2.0.0
Compare Source
New features
default themes
--alias-type
on the command line oralias_type
in themike
MkDocs plugin--allow-empty
mkdocs.yml
andmkdocs.yaml
configuration filesGIT_COMMITTER_(NAME|EMAIL|DATE)
when generating commitsalias_type
,redirect_template
, anddeploy_prefix
in themike
MkDocs plugin--debug
flag to help diagnose bugs with mike--dev-addr
inmike serve
, defaulting to8000
Breaking changes
--prefix
is now--deploy-prefix
--no-redirect
is now--alias-type=copy
--ignore
is now--ignore-remote-status
-f
/--force
is no longer supported on subcommands that can push (thisoption was too error-prone, and users who really need to force-push can use
Git directly)
--rebase
is no longer supported (instead of using this, it's better to useGit to resolve any conflicts)
Bug fixes
1.0
and1.0.0
)can now be set properly
v
and then a digit) are nowtreated separately from other versions: they're considered development
versions, and thus newer than "ordinary" versions
mkdocs
andreadthedocs
themes whenuse_directory_urls
is false?query
squidfunk/mkdocs-material (mkdocs-material)
v9.6.4
: mkdocs-material-9.6.4Compare Source
v9.6.3
: mkdocs-material-9.6.3Compare Source
v9.6.2
: mkdocs-material-9.6.2Compare Source
v9.6.1
: mkdocs-material-9.6.1Compare Source
v9.6.0
: mkdocs-material-9.6.0Compare Source
v9.5.50
: mkdocs-material-9.5.50Compare Source
v9.5.49
: mkdocs-material-9.5.49Compare Source
v9.5.48
: mkdocs-material-9.5.48Compare Source
v9.5.47
: mkdocs-material-9.5.47Compare Source
Thanks go to @perpil for their contributions
v9.5.46
: mkdocs-material-9.5.46Compare Source
preload
hints in privacy pluginThanks go to @nejch and @perpil for their contributions
v9.5.45
: mkdocs-material-9.5.45Compare Source
Thanks go to @FrancoisCapon and @perpil for their contributions
v9.5.44
: mkdocs-material-9.5.44Compare Source
Thanks go to @nejch for their contributions.
v9.5.43
: mkdocs-material-9.5.43Compare Source
Thanks go to @nejch for their contributions
v9.5.42
: mkdocs-material-9.5.42Compare Source
v9.5.41
: mkdocs-material-9.5.41Compare Source
v9.5.40
: mkdocs-material-9.5.40Compare Source
Thanks go to @pekkaklarck and @klejejs for their contributions
v9.5.39
: mkdocs-material-9.5.39Compare Source
Thanks go to @ilyagr for their contributions
v9.5.38
: mkdocs-material-9.5.38Compare Source
Thanks go to @gerardkraja for their contributions
v9.5.37
: mkdocs-material-9.5.37Compare Source
v9.5.36
: mkdocs-material-9.5.36Compare Source
v9.5.35
: mkdocs-material-9.5.35Compare Source
v9.5.34
: mkdocs-material-9.5.34Compare Source
Thanks go to @manselmi for their contributions
v9.5.33
: mkdocs-material-9.5.33Compare Source
v9.5.32
: mkdocs-material-9.5.32Compare Source
Thanks go to @joaopalmeiro for their contributions
v9.5.31
: mkdocs-material-9.5.31Compare Source
v9.5.30
: mkdocs-material-9.5.30Compare Source
Thanks go to @sisp for their contributions
v9.5.29
: mkdocs-material-9.5.29Compare Source
Thanks go to @mmontes11 for their contributions
v9.5.28
: mkdocs-material-9.5.28Compare Source
v9.5.27
: mkdocs-material-9.5.27Compare Source
Thanks to @Eilyre for their contributions
v9.5.26
: mkdocs-material-9.5.26Compare Source
v9.5.25
: mkdocs-material-9.5.25Compare Source
v9.5.24
: mkdocs-material-9.5.24Compare Source
v9.5.23
: mkdocs-material-9.5.23Compare Source
v9.5.22
: mkdocs-material-9.5.22Compare Source
v9.5.21
: mkdocs-material-9.5.21Compare Source
Thanks to @kamilkrzyskow for their contributions
v9.5.20
: mkdocs-material-9.5.20Compare Source
v9.5.19
: mkdocs-material-9.5.19Compare Source
setup.py
, now that GitHub fully understandspyproject.toml
v9.5.18
: mkdocs-material-9.5.18Compare Source
v9.5.17
: mkdocs-material-9.5.17Compare Source
Thanks to @stcksmsh for their contributions.
v9.5.16
: mkdocs-material-9.5.16Compare Source
Thanks to @kamilkrzyskow, @Guts, @szg-alex-payne and @natakazakova for their contributions
v9.5.15
: mkdocs-material-9.5.15Compare Source
v9.5.14
: mkdocs-material-9.5.14Compare Source
Thanks to @kamilkrzyskow, @yubiuser and @todeveni for their contributions
v9.5.13
: mkdocs-material-9.5.13Compare Source
Thanks to @kamilkrzyskow and @scepka for their contributions
v9.5.12
: mkdocs-material-9.5.12Compare Source
v9.5.11
: mkdocs-material-9.5.11Compare Source
v9.5.10
: mkdocs-material-9.5.10Compare Source
v9.5.9
: mkdocs-material-9.5.9Compare Source
v9.5.8
: mkdocs-material-9.5.8Compare Source
v9.5.7
: mkdocs-material-9.5.7Compare Source
v9.5.6
: mkdocs-material-9.5.6Compare Source
v9.5.5
: mkdocs-material-9.5.5Compare Source
onclick
handlersv9.5.4
: mkdocs-material-9.5.4Compare Source
v9.5.3
: mkdocs-material-9.5.3Compare Source
[
v9.5.2
](https://redirect.gConfiguration
📅 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.