Skip to content
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 #210

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
alembic (source, changelog) ==1.13.3 -> ==1.14.0 age adoption passing confidence
fastapi (changelog) ==0.115.4 -> ==0.115.5 age adoption passing confidence
polyfactory (changelog) ==2.17.0 -> ==2.18.0 age adoption passing confidence
prefect (source, changelog) ==3.0.11 -> ==3.1.1 age adoption passing confidence
pydantic-extra-types (changelog) ==2.9.0 -> ==2.10.0 age adoption passing confidence
pydantic-settings (changelog) 2.6.0 -> 2.6.1 age adoption passing confidence
pydantic-settings (changelog) ==2.6.0 -> ==2.6.1 age adoption passing confidence
pytest-cov (changelog) ^5.0.0 -> ^6.0.0 age adoption passing confidence
pytest-cov (changelog) ==5.0.0 -> ==6.0.0 age adoption passing confidence
python-multipart (changelog) ==0.0.16 -> ==0.0.17 age adoption passing confidence
ruff (source, changelog) 0.7.1 -> 0.7.3 age adoption passing confidence
ruff (source, changelog) ==0.7.1 -> ==0.7.3 age adoption passing confidence
sentry-sdk (changelog) ==2.17.0 -> ==2.18.0 age adoption passing confidence
setuptools (changelog) ==75.3.0 -> ==75.4.0 age adoption passing confidence
typer (changelog) ^0.12.3 -> ^0.13.0 age adoption passing confidence
typer (changelog) ==0.12.5 -> ==0.13.0 age adoption passing confidence

Release Notes

fastapi/fastapi (fastapi)

v0.115.5

Compare Source

Refactors
Docs
Translations
Internal
litestar-org/polyfactory (polyfactory)

v2.18.0

Compare Source

Sponsors 🌟

Thanks to these incredible business sponsors:

Scalar (@​scalar), Telemetry Sports (via @​chris-telemetry), Stok (@​stok-team)

A huge 'Thank you!' to all other sponsors across Polar.sh, OpenCollective and GitHub Sponsors!

What's Changed

New Features 🚀

Infra 🚆

Full Changelog: litestar-org/polyfactory@v2.17.0...v2.18.0

PrefectHQ/prefect (prefect)

v3.1.1: : Around the Codebase in 80 PRs

Compare Source

3.1.1: Around the Codebase in 80 PRs

Enhancements ➕➕
Bug Fixes 🐞
Integrations & Dependencies 🤝
Development & Tidiness 🧹

New Contributors

Full Changelog: PrefectHQ/prefect@3.1.0...3.1.1

v3.1.0: : Configuro, ergo sum

Compare Source

We're excited to unveil a major overhaul of Prefect's configuration system. At the heart of this release is a complete refactor of our settings architecture, now powered by pydantic-settings for enhanced organization and clarity. You can now define your settings in either a dedicated prefect.toml file or your existing pyproject.toml file, streamlining the configuration experience and making it more portable across environments.

To learn more about new settings capabilities, check out the updated settings documentation or watch @​zzstoatzz's instructional demo on YouTube.

New Features 🎉
Enhancements ➕➕
Bug Fixes 🐞
Integrations & Dependencies 🤝
prefect-dbt
Dependencies
Development & Tidiness 🧹

New Contributors

Full Changelog: PrefectHQ/prefect@3.0.11...3.1.0

pydantic/pydantic-extra-types (pydantic-extra-types)

v2.10.0

Compare Source

What's Changed


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 4, 2024
@renovate renovate bot force-pushed the renovate/python-dependencies branch 9 times, most recently from e35812f to 4b02717 Compare November 6, 2024 15:04
@jmaupetit jmaupetit self-assigned this Nov 7, 2024
@renovate renovate bot force-pushed the renovate/python-dependencies branch 10 times, most recently from 2eefee2 to 6d33cc7 Compare November 12, 2024 16:50
| datasource | package              | from   | to     |
| ---------- | -------------------- | ------ | ------ |
| pypi       | alembic              | 1.13.3 | 1.14.0 |
| pypi       | polyfactory          | 2.17.0 | 2.18.0 |
| pypi       | prefect              | 3.0.11 | 3.1.1  |
| pypi       | pydantic-extra-types | 2.9.0  | 2.10.0 |
| pypi       | pydantic-settings    | 2.6.0  | 2.6.1  |
| pypi       | pytest-cov           | 5.0.0  | 6.0.0  |
| pypi       | python-multipart     | 0.0.16 | 0.0.17 |
| pypi       | ruff                 | 0.7.1  | 0.7.3  |
| pypi       | sentry-sdk           | 2.17.0 | 2.18.0 |
| pypi       | setuptools           | 75.3.0 | 75.4.0 |
| pypi       | typer                | 0.12.5 | 0.13.0 |
@jmaupetit jmaupetit force-pushed the renovate/python-dependencies branch from 6d33cc7 to f4a35cd Compare November 12, 2024 16:55
Copy link
Contributor Author

renovate bot commented Nov 12, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@jmaupetit
Copy link
Member

Rolled back polyfactory 2.18.0 to 2.17.0 when having encountered the following issue: litestar-org/polyfactory#601

Waiting for a fix.

Looks like we better install development dependencies and the project in
editable mode in two separated steps.
@jmaupetit jmaupetit force-pushed the renovate/python-dependencies branch from f4a35cd to 47b2bf1 Compare November 12, 2024 17:50
@jmaupetit jmaupetit merged commit 7672dbd into main Nov 12, 2024
17 checks passed
@jmaupetit jmaupetit deleted the renovate/python-dependencies branch November 12, 2024 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant