-
Notifications
You must be signed in to change notification settings - Fork 24
Bump the pip group in /backend with 4 updates #4433
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@dependabot rebase |
Updates the requirements on [requests](https://github.com/psf/requests), [urllib3](https://github.com/urllib3/urllib3), [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) and [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) Updates `urllib3` from 2.2.2 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.5.0) Updates `strawberry-graphql` from 0.243.1 to 0.257.0 - [Release notes](https://github.com/strawberry-graphql/strawberry/releases) - [Changelog](https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md) - [Commits](strawberry-graphql/strawberry@0.243.1...0.257.0) Updates `werkzeug` to 3.1.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@1.0.1...3.1.3) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: strawberry-graphql dependency-version: 0.257.0 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
e44f690 to
46346cd
Compare
|
@claude fix this PR Tests are failing with this: |
|
Claude finished @marcoacierno's task —— View job Fixing PR Dependency Issues ✅I've successfully fixed the failing tests caused by the strawberry-graphql update from 0.243.1 to 0.257.0. Todo List:
Problem & Solution:Root Cause: Compatibility issue between Fix Applied: Updated Changes Made:
Verification:The fix resolves the import error by ensuring sentry-sdk uses a version that's compatible with strawberry-graphql 0.257.0. The CI should now pass with the updated dependency. |
Update sentry-sdk from 2.11.0 to >=2.14.0 to resolve ImportError for SentryTracingExtension. The newer sentry-sdk versions include compatibility fixes for strawberry-graphql 0.257.0. Resolves test failures caused by dependency updates in this PR. Co-authored-by: Marco Acierno <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4433 +/- ##
=======================================
Coverage 94.53% 94.53%
=======================================
Files 352 352
Lines 10130 10130
Branches 734 734
=======================================
Hits 9576 9576
Misses 461 461
Partials 93 93 🚀 New features to boost your workflow:
|
Updates the requirements on requests, urllib3, strawberry-graphql and werkzeug to permit the latest version.
Updates
requestsfrom 2.32.3 to 2.32.4Release notes
Sourced from requests's releases.
Changelog
Sourced from requests's changelog.
Commits
021dc72Polish up release tooling for last manual release821770eBump version and add release notes for v2.32.459f8aa2Add netrc file search information to authentication documentation (#6876)5b4b64cAdd more tests to prevent regression of CVE 2024 470817bc4587Add new test to check netrc auth leak (#6962)96ba401Only use hostname to do netrc lookup instead of netloc7341690Merge pull request #6951 from tswast/patch-16716d7cremove linksa7e1c74Update docs/conf.pyc799b81docs: fix dead links to kenreitz.orgUpdates
urllib3from 2.2.2 to 2.5.0Release notes
Sourced from urllib3's releases.
... (truncated)
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
aaab4ecRelease 2.5.07eb4a2aMerge commit from forkf05b132Merge commit from forkd03fe32Fix HTTP tunneling with IPv6 in older Python versions11661e9Bump github/codeql-action from 3.28.0 to 3.29.0 (#3624)6a0ecc6Update v2 migration guide to 2.4.0 (#3621)8e32e60Raise exception for shutdown on a connection already released to the pool (#3...9996e0fFix emscripten CI for Chrome 137+ (#3599)4fd1a99Bump RECENT_DATE (#3617)c4b5917Add support for the newcompression.zstdmodule in Python 3.14 (#3611)Updates
strawberry-graphqlfrom 0.243.1 to 0.257.0Release notes
Sourced from strawberry-graphql's releases.
... (truncated)
Changelog
Sourced from strawberry-graphql's changelog.
... (truncated)
Commits
1e0e1efRelease 🍓 0.257.0526eb82fix: Prevent a possible security issue when resolving a relay node with multi...fc854f1[pre-commit.ci] pre-commit autoupdate (#3748)bf386faTypo fix (#3747)6bc7332chore(ruff): Enable and fix all ruff rules that we can (#3742)15044cdType internal test clients stricter (#3745)e78f8c6Remove unused chalice test code (#3739)85789d5Clean up python 3.8 leftovers (#3740)bd29cff[pre-commit.ci] pre-commit autoupdate (#3675)ddfc084Fix warnings directly caused by test code (#3737)Updates
werkzeugto 3.1.3Release notes
Sourced from werkzeug's releases.
Changelog
Sourced from werkzeug's changelog.
... (truncated)
Commits
6389612release version 3.1.3ba15683wrap IPv6 SERVER_NAME in [] (#2997)d99f72dwrap IPv6 SERVER_NAME in []ea93b54restrict containers accepted by multi (#2995)598bb1drestrict containers accepted by multi1a1728estart version 3.1.34fd7073release version 3.1.2 (#2992)4764684release version 3.1.21803db6Headers is not MutableMapping (#2991)ac87bf8Headers is not MutableMappingDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.