chore(deps): bump the python-patch group across 1 directory with 4 updates - #376
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the python-patch group across 1 directory with 4 updates#376dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the python-patch group with 4 updates in the /server directory: [cryptography](https://github.com/pyca/cryptography), [sqlmodel](https://github.com/fastapi/sqlmodel), [ruff](https://github.com/astral-sh/ruff) and [psycopg[binary]](https://github.com/psycopg/psycopg). Updates `cryptography` from 50.0.0 to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@50.0.0...50.0.1) Updates `sqlmodel` from 0.0.39 to 0.0.42 - [Release notes](https://github.com/fastapi/sqlmodel/releases) - [Changelog](https://github.com/fastapi/sqlmodel/blob/main/docs/release-notes.md) - [Commits](fastapi/sqlmodel@0.0.39...0.0.42) Updates `ruff` from 0.16.3 to 0.16.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.16.3...0.16.6) Updates `psycopg[binary]` from 3.3.4 to 3.3.5 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.3.4...3.3.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-patch - dependency-name: sqlmodel dependency-version: 0.0.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-patch - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-patch - dependency-name: psycopg[binary] dependency-version: 3.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the python-patch group with 4 updates in the /server directory: cryptography, sqlmodel, ruff and psycopg[binary].
Updates
cryptographyfrom 50.0.0 to 50.0.1Changelog
Sourced from cryptography's changelog.
Commits
ffde75abump for 50.0.1 + changelog (#15520)Updates
sqlmodelfrom 0.0.39 to 0.0.42Release notes
Sourced from sqlmodel's releases.
Changelog
Sourced from sqlmodel's changelog.
... (truncated)
Commits
eff1be6🔖 Release version 0.0.42 (#2081)014736a📝 Update release notes073023d🏷️ AllowDiscriminatortype fordiscriminatorparameter inField(#1729)43353a4🔖 Release version 0.0.41 (#2080)84fa452📝 Update release notes2d02c4c🗑️ Deprecatemin_itemsandmax_itemsparameters ofField(#1731)83db52b🔖 Release version 0.0.40 (#2079)c40c6e3📝 Update release notes9a79ee5✏️ Fix grammar and typos in docs (#2058)4e400c3📝 Update release notesUpdates
rufffrom 0.16.3 to 0.16.6Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
22f65a2Bump 0.16.6 (#28280)7cc9f1e[ty] DocumentCallableTypeKindvariants (#28277)056ce07Add UV_LOCKED to all workflows (#28261)6d6e35d[flake8-pytest-style] Avoid duplicatePT017diagnostics (#27918)80b4891[ty] Temporarily disable tuple types in property tests (#28275)3f7a54d[flake8-tidy-imports] Prevent fix loop betweenTID254andTID255(#28262)35656cf[ty] Preserve deprecations on decorated callables (#28256)d2626c8[ty] Reject missing attributes ontype[]aliases (#28267)ee6a6d1[ty] Support ParamSpecs inConstraintSet(#28028)7f6a170[ty] Move bound APIs to constraint owners (#28094)Updates
psycopg[binary]from 3.3.4 to 3.3.5Changelog
Sourced from psycopg[binary]'s changelog.
... (truncated)
Commits
ea542c9chore: bump psycopg package version to 3.3.58d31e47chore(deps): bump the actions group across 1 directory with 4 updates268f863Merge pull request #1370 from Sanjays2402/fix/truncated-binary-copy-errora412fa4docs: put together different issues fixed around copy parsingf757307fix: clearer error messages according to truncated copy message partb1f17c4test: move existing COPY format parsing tests into a single module21eba57test: drop useless parametrization of copy binary parsigh test6780e17fix(copy): handle truncated binary row headers2f2fcfbMerge pull request #1364 from DylanYoung/fix_client_encoding_aliasesccc351erefactor: don't store the encodings raw table as a dictDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions