chore(deps): update all dependencies#547
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
renovate-bot
force-pushed
the
renovate/all
branch
from
June 2, 2023 17:21
c5ea187 to
0b72580
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
June 5, 2023 11:20
0b72580 to
8fd920d
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
June 14, 2023 12:35
8fd920d to
6de43c3
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
June 18, 2023 06:07
6de43c3 to
d44aaa5
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
June 23, 2023 12:31
d44aaa5 to
5457816
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
June 26, 2023 22:03
5457816 to
e645c69
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
July 5, 2023 15:54
e645c69 to
65fdcd2
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
July 11, 2023 08:29
65fdcd2 to
c0af028
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
July 12, 2023 22:48
c0af028 to
275aed2
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
July 18, 2023 14:31
ce78932 to
dd7a3e2
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
July 19, 2023 12:46
dd7a3e2 to
51ef770
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
July 27, 2023 15:01
51ef770 to
91cc364
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
July 29, 2023 19:19
91cc364 to
70114f4
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
July 31, 2023 14:18
70114f4 to
f81c377
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
August 1, 2023 21:24
f81c377 to
d7bf476
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
August 7, 2023 21:04
d7bf476 to
5c286e3
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
August 8, 2023 16:28
5c286e3 to
5e2bf67
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
August 18, 2023 16:57
5e2bf67 to
766cab2
Compare
renovate-bot
force-pushed
the
renovate/all
branch
from
August 21, 2023 21:11
766cab2 to
0350ead
Compare
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
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:
==6.0.0→==7.3.0==1.9.1→==1.16.0==2.11.1→==2.28.0==2.18.0→==2.28.0==3.5.0→==3.16.1==2.23.0→==2.39.0==2.9.0→==3.13.0==3.11.1→==3.27.0==1.1.0→==2.0.0==2023.4.22→==2026.7.113.11-slim→3.14-slim==1.16.0→==1.17.0Release Notes
pycqa/flake8 (flake8)
v7.3.0Compare Source
v7.2.0Compare Source
v7.1.2Compare Source
v7.1.1Compare Source
v7.1.0Compare Source
v7.0.0Compare Source
v6.1.0Compare Source
googleapis/google-cloud-python (google-cloud-error-reporting)
v1.16.0: google-cloud-resource-manager 1.16.0Compare Source
1.16.0 (2026-01-09)
v1.15.0: google-cloud-resource-manager 1.15.0Compare Source
1.15.0 (2025-10-20)
v1.14.0v1.13.0v1.12.0v1.11.1v1.11.0v1.10.0: google-cloud-appengine-logging: v1.10.0v1.10.0 (2026-06-02)
v1.9.2nickstenning/honcho (honcho)
v2.0.0Compare Source
PROCFILEOS environment variable to configure thename of the Procfile.
Jace Browning and Marco Carvalho who each submitted fixes to enable this.
Wantsfor the process groupmaster targets. Thank you to Dan Berg for the fix.
WantedBy=multi-user.targetforindividual services so that they start automatically on most systems.
Processes also log to the
journalby default. Thank you to Dan Berg forthe contributions.
Thank you also to the following for contributions improving Honcho's
documentation: @timgates42, @rafrafek, @sblondon, and @Bernardoow.
wntrblm/nox (nox)
v2026.7.11Compare Source
v2026.4.10Compare Source
v2026.2.9Compare Source
v2025.11.12Compare Source
This is a small release to fix a warning when running in script mode before we
drop Python 3.8.
We'd like to thank the following folks who contributed to this release:
Bugfixes:
nox --report <file>should supportPathby @henryiii in #1026Internal changes:
log_levelis better thanlog_cli_levelby @henryiii in #1029v2025.10.16Compare Source
This is a quick release to make our new dependency, pbs-installer, optional.
This is only needed to install Python if you are not using the uv backend.
We've also added the time taken to the output when it's over a second.
We'd like to thank the following folks who contributed to this release:
Changes:
humanizedependency) by @henryiii in #1014Internal changes:
v2025.10.14Compare Source
This release updates the default for the GitHub Action to target the current range of recommended Pythons (3.10-3.14). There's now a mechanism to control if nox downloads Python (even when not using uv). Several fixes include better free-threading support, custom filenames in script mode, and support for GitHub Actions Windows ARM runners.
We'd like to thank the following folks who contributed to this release:
Features:
--download-pythonpython option by @saucoide in #989session.env_dirto get the Path to the environment by @jbdyn in #974Changes:
verboseglobal option to thesilentargument for session installation commands, and document it by @agriyakhetarpal in #983SESSION_INFO) for session info instead of warning by @Spacetown in #990Bugfixes:
venv_backendby @henryiii in #967nox.options.keywordsby @henryiii in #1011Documentation:
--scripttouv runinline metadata for nox-uv example by @johnthagen in #984nox-uvthird party package by @johnthagen in #978--lockedover--frozenforuv syncby @johnthagen in #972Internal changes:
v2025.5.1Compare Source
v2025.2.9Compare Source
v2024.10.9Compare Source
v2024.4.15Compare Source
v2024.3.2Compare Source
benjaminp/six (six)
v1.17.0Compare Source
Pull request #388: Remove
URLopenerandFancyURLopenerclasses fromurllib.requestwhen running on Python 3.14 or greater.Pull request #365, issue #283:
six.moves.UserDictnow points toUserDict.IterableUserDictinstead ofUserDict.UserDicton Python 2.Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.