-
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
⬆️(project) upgrade python dependencies #331
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
force-pushed
the
renovate/python-dependencies
branch
4 times, most recently
from
January 14, 2025 04:43
63922ce
to
f8d61b1
Compare
| datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | pypi | django-debug-toolbar | 4.4.6 | 5.0.1 | | pypi | django-environ | 0.11.2 | 0.12.0 | | pypi | geoalchemy2 | 0.16.0 | 0.17.0 | | pypi | locust | 2.32.5 | 2.32.6 | | pypi | prefect | 3.1.5 | 3.1.12 | | pypi | pydantic | 2.10.4 | 2.10.5 | | pypi | ruff | 0.8.6 | 0.9.1 | | pypi | sentry-sdk | 2.19.2 | 2.20.0 | | pypi | setuptools | 75.7.0 | 75.8.0 |
renovate
bot
force-pushed
the
renovate/python-dependencies
branch
from
January 14, 2025 10:37
f8d61b1
to
fdb42a0
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Current benchmark
Comparison with the latest previous benchmark
|
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:
==4.4.6
->==5.0.1
==0.11.2
->==0.12.0
==0.16.0
->==0.17.0
==2.32.5
->==2.32.6
==3.1.5
->==3.1.12
2.10.4
->2.10.5
==2.10.4
->==2.10.5
^0.8.0
->^0.9.0
==0.8.6
->==0.9.1
==2.19.2
->==2.20.0
==75.7.0
->==75.8.0
Release Notes
django-commons/django-debug-toolbar (django-debug-toolbar)
v5.0.1
Compare Source
What's Changed
There were no functional changes in this version.
PRs
Full Changelog: django-commons/django-debug-toolbar@5.0.0...5.0.1
v5.0.0
Compare Source
What's Changed
Please note that Django Debug Toolbar has now moved into the Django Commons organization.
Changelog
str
static file values.Google Summer of Code Project 2024 <https://summerofcode.withgoogle.com/programs/2024/projects/iXVvyGYp>
__.LoginRequiredMiddleware
introduced in Django 5.1.UNION
queries on PostgreSQL.FORCE_SCRIPT_NAME
was set.RedirectsPanel
to be async compatible.sorted.
PRs
FORCE_SCRIPT_NAME
by @dmartin in https://github.com/django-commons/django-debug-toolbar/pull/1970DEBUG=True
in async middleware compatibility tests by @salty-ivy in https://github.com/django-commons/django-debug-toolbar/pull/1977StaticFilesPanel
by @salty-ivy in https://github.com/django-commons/django-debug-toolbar/pull/1983HistoryPanel
by @salty-ivy in https://github.com/django-commons/django-debug-toolbar/pull/1991SQLPanel
by @salty-ivy in https://github.com/django-commons/django-debug-toolbar/pull/1993Google Summer of Code - Async project
This release contains the changes for async compatibility for the majority of panels. This is the result of the Google Summer of Code project by @salty-ivy. A massive thank you 💚 and a round of applause 👏 is due to Aman!
New Contributors
Full Changelog: django-commons/django-debug-toolbar@4.4.6...5.0.0
joke2k/django-environ (django-environ)
v0.12.0
Fixed
+++++
ImproperlyConfigured
error message#​513 <https://github.com/joke2k/django-environ/issues/513>
_.Added
+++++
#​538 <https://github.com/joke2k/django-environ/issues/538>
_.#​535 <https://github.com/joke2k/django-environ/issues/535>
_.#​509 <https://github.com/joke2k/django-environ/issues/509>
_.#​266 <https://github.com/joke2k/django-environ/issues/266>
_.Changed
+++++++
While the feature itself is useful, the project's philosophy dictates that
it should not be enabled by default for all users
#​499 <https://github.com/joke2k/django-environ/issues/499>
_.Removed
+++++++
#​538 <https://github.com/joke2k/django-environ/issues/538>
_.#​538 <https://github.com/joke2k/django-environ/issues/538>
_.geoalchemy/geoalchemy2 (geoalchemy2)
v0.17.0
Compare Source
locustio/locust (locust)
v2.32.6
Compare Source
What's Changed
New Contributors
Full Changelog: locustio/locust@2.32.5...2.32.6
PrefectHQ/prefect (prefect)
v3.1.12
: : Winter Summit is ComingCompare Source
Winter Summit is Coming
Please consider joining us virtually January 22-23 for our Winter Summit, where we'll be giving some exciting updates on our OSS community growth along with customer stories and updates on Prefect's roadmap! Check out the agenda and register here.
Enhancements ➕➕
sync_compatible
from automations SDK by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16584Bug Fixes 🐞
enforce_parameter_schema
inprefect.yaml
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16607FlowRunContext.model_rebuild()
inhydrate_context
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16628Integrations & Dependencies 🤝
Development & Tidiness 🧹
prefect.blocks
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16630Documentation 📓
otel
extras in docker image and remove experimental flag setting by @bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/16412New Contributors
Full Changelog: PrefectHQ/prefect@3.1.11...3.1.12
v3.1.11
: : Flow-verloadCompare Source
What's Changed
Enhancements ➕➕
Bug Fixes 🐞
flow_run_name
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16517GitRepository
by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/16518NO_PROXY
for websocket connections by @jbw-vtl in https://github.com/PrefectHQ/prefect/pull/16538Path
interpreting.
in deployment names as the beginning of a file extension by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16553Integrations & Dependencies 🤝
TypeError
inSnowflakeConnector.fetch_all
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16511fetch_one
andfetch_many
inprefect-snowflake
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16554redis-streams
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16432Development & Tidiness 🧹
prefect.cli
part 1 by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16546wait_for
andreturn_state
inTask.__call__
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16547Documentation 📓
v2 UI
New Contributors
Full Changelog: PrefectHQ/prefect@3.1.10...3.1.11
v3.1.10
: Not a CPU was stirring, not even in prodCompare Source
'Twas the night before Christmas, when through every cloud
Not a CPU was stirring, not even in prod
Bug Fixes 🐞
getattr
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16498Development & Tidiness 🧹
prefect.futures
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16381Documentation 📓
serve
docs by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16475Full Changelog: PrefectHQ/prefect@3.1.9...3.1.10
v3.1.9
: : All I Want for Christmas is QueueCompare Source
What's Changed
Enhancements ➕➕
prefect.flow
decorator by @mjpieters in https://github.com/PrefectHQ/prefect/pull/16405Bug Fixes 🐞
enforce_parameter_schema
inprefect deploy
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16418from_source
safe to use concurrently by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16458/csrf
by @aaazzam in https://github.com/PrefectHQ/prefect/pull/16464Integrations & Dependencies 🤝
MattermostWebhook
tests by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16433OTLPLogExporter
andOTLPSpanExporter
in aQueueService
to pull them out of the main thread by @bunchesofdonald in https://github.com/PrefectHQ/prefect/pull/16439Development & Tidiness 🧹
Documentation 📓
Full Changelog: PrefectHQ/prefect@3.1.8...3.1.9
v3.1.8
: : A Tale of Two FeaturesCompare Source
What's Changed
Runner Heartbeats for Flow Run Monitoring
Flow runs can now emit heartbeat events to detect infrastructure failures (crashed machines, evicted containers, etc). When enabled, an automation can automatically mark flows as crashed when heartbeats stop, preventing stuck "zombie" flows in the running state.
Enable with:
PREFECT_RUNNER_HEARTBEAT_FREQUENCY
(requires Prefect 3.1.8+)Basic Authentication
We have also added a long requested feature: basic authentication support for the Prefect API. Enable by setting an auth string:
Start a protected server:
PREFECT_SERVER_API_AUTH_STRING="admin:admin" prefect server start
Authenticate client operations:
PREFECT_API_AUTH_STRING="admin:admin" python flow_script.py
Enhancements ➕➕
Runner
to send heartbeat events for flow runs by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16410Integrations & Dependencies 🤝
prefect-redis
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16417Documentation 📓
Full Changelog: PrefectHQ/prefect@3.1.7...3.1.8
v3.1.7
: : Straight outta Half Moon BayCompare Source
What's Changed
Enhancements ➕➕
Bug Fixes 🐞
@task
decorator by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16386websocket_connect
utility inSubscriptions
by @jakekaplan in https://github.com/PrefectHQ/prefect/pull/16388Development & Tidiness 🧹
Block.aload
method and remove@sync_compatible
fromBlock.load
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16341sync_compatible
fromgit_clone
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16340prefect.serializers
by @desertaxle in https://github.com/PrefectHQ/prefect/pull/16331sync_compatible
fromprefect.variables
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16349DateTime
toprefect.types
by @zzstoatzz in https://github.com/PrefectHQ/prefect/pull/16356Dockerfile
Configuration
📅 Schedule: Branch creation - "before 7am on monday" (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.