Skip to content

chore(deps): bump tesla from 1.20.0 to 1.21.2 - #166

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/tesla-1.21.2
Open

chore(deps): bump tesla from 1.20.0 to 1.21.2#166
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/tesla-1.21.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps tesla from 1.20.0 to 1.21.2.

Release notes

Sourced from tesla's releases.

v1.21.2

1.21.2 (2026-08-19)

Bug Fixes

  • form-urlencoded: Do not claim a content-type it did not encode (#914) (b250b50)

v1.21.1

1.21.1 (2026-08-17)

Bug Fixes

  • finch-adapter: Surface the reason a streamed response stopped (#913) (e1f6051)
  • finch: Unwrap error structs introduced by finch 0.22 (#902) (a833717)

v1.21.0

1.21.0 (2026-08-01)

Features

  • add support for the HTTP QUERY method (RFC 10008) (#896) (c3b7bf5)

Bug Fixes

  • ci: bump release workflow to OTP 28.5 (#888) (aa22331)
  • ci: bump test matrix to OTP 28.5 (#899) (279f8bc)
  • handle atom header keys in FollowRedirects header filtering (#898) (a3d6c94)
  • silence compiler warnings on Elixir 1.20.1 (#892) (863d836)
Changelog

Sourced from tesla's changelog.

1.21.2 (2026-08-19)

Bug Fixes

  • form-urlencoded: Do not claim a content-type it did not encode (#914) (b250b50)

1.21.1 (2026-08-17)

Bug Fixes

  • finch-adapter: Surface the reason a streamed response stopped (#913) (e1f6051)
  • finch: Unwrap error structs introduced by finch 0.22 (#902) (a833717)

1.21.0 (2026-08-01)

Features

  • add support for the HTTP QUERY method (RFC 10008) (#896) (c3b7bf5)

Bug Fixes

  • ci: bump release workflow to OTP 28.5 (#888) (aa22331)
  • ci: bump test matrix to OTP 28.5 (#899) (279f8bc)
  • handle atom header keys in FollowRedirects header filtering (#898) (a3d6c94)
  • silence compiler warnings on Elixir 1.20.1 (#892) (863d836)
Commits
  • 556014d chore(master): release 1.21.2 (#915)
  • b250b50 fix(form-urlencoded): do not claim a content-type it did not encode (#914)
  • e6d214b chore(master): release 1.21.1 (#905)
  • e1f6051 fix(finch-adapter): surface the reason a streamed response stopped (#913)
  • e7ab2dc chore(ci): let PR checks work on fork pull requests (#911)
  • d49272a chore: warn that credential middleware must precede FollowRedirects (#910)
  • 5646648 chore(test): keep the gun connection owner alive while streaming (#909)
  • 119ebed chore(deps): bump hackney from 4.6.0 to 4.7.2 in the prod group across 1 dire...
  • 8ab94c4 chore(deps): bump actions/cache from 6.0.0 to 6.1.0 (#906)
  • 2c86eb9 chore(ci): unblock dependency PR checks (#908)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tesla](https://github.com/elixir-tesla/tesla) from 1.20.0 to 1.21.2.
- [Release notes](https://github.com/elixir-tesla/tesla/releases)
- [Changelog](https://github.com/elixir-tesla/tesla/blob/master/CHANGELOG.md)
- [Commits](elixir-tesla/tesla@v1.20.0...v1.21.2)

---
updated-dependencies:
- dependency-name: tesla
  dependency-version: 1.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Aug 28, 2026
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 duplication

Metric Results
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the tesla HTTP client from version 1.20.0 to 1.21.2. While the mix.lock file reflects the change, the package manifest (mix.exs) is not included in the file list. This is a potential gap if tesla is a direct dependency, as the version constraint in the manifest should typically be updated alongside the lockfile. Codacy analysis reports that the change is up to standards, but there are no indicators of successful compilation or integration testing.

About this PR

  • The PR only includes changes to 'mix.lock'. If 'tesla' is a direct dependency of the project, 'mix.exs' should also be updated to reflect the new version constraint to ensure consistency across the project.

Test suggestions

  • Verify that the application compiles successfully with tesla 1.21.2.
  • Execute existing integration tests that utilize Tesla to ensure no regressions in HTTP request/response handling.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that the application compiles successfully with tesla 1.21.2.
2. Execute existing integration tests that utilize Tesla to ensure no regressions in HTTP request/response handling.

TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback

@hyperpolymath hyperpolymath left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved by Antigravity

@hyperpolymath
hyperpolymath enabled auto-merge (squash) August 28, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant