Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps vws-python from 2024.9.4.1 to 2024.9.21.

Release notes

Sourced from vws-python's releases.

Release 2024.09.21

2024.09.21 (2024-09-21)

Changelog

Sourced from vws-python's changelog.

Changelog

Next

2024.09.21

2024.09.04.1

2024.09.04

  • Move Response from vws.exceptions.response to vws.types.
  • Add raw field to Response.

2024.09.03

  • Make VWS.make_request a public method.

2024.09.02

  • Breaking change: Exception names now end with Error.
  • Use a timeout (30 seconds) when making requests to the VWS API.
  • Type hint changes: images are now io.BytesIO instances or io.BufferedRandom.

2024.02.19

  • Add exception response attribute to vws.exceptions.custom_exceptions.RequestEntityTooLarge.

2024.02.06

  • Exception response attributes are now vws.exceptions.response.Response instances rather than requests.Response objects.

2024.02.04.1

2024.02.04

  • Return a new error (vws.custom_exceptions.ServerError) when the server returns a 5xx status code.

2023.12.27

... (truncated)

Commits
  • a78c28a Bump CHANGELOG
  • 7cf8c27 Merge pull request #2370 from VWS-Python/fewer-ignores
  • 156f46f Remove lint ignores - do not allow hardcoded secrets in documentation
  • 4276365 Merge pull request #2369 from VWS-Python/dependabot/pip/sybil-8.0.0
  • 121a925 Bump sybil from 7.1.1 to 8.0.0
  • 91d1316 Merge pull request #2368 from VWS-Python/dependabot/pip/ruff-0.6.6
  • d5d07fd Bump ruff from 0.6.5 to 0.6.6
  • 706cfe1 Merge pull request #2367 from VWS-Python/dependabot/pip/doccmd-2024.9.19.3
  • e9d5f41 Bump doccmd from 2024.9.18 to 2024.9.19.3
  • fa38d4d Merge pull request #2366 from VWS-Python/rm-git-fetch
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [vws-python](https://github.com/VWS-Python/vws-python) from 2024.9.4.1 to 2024.9.21.
- [Release notes](https://github.com/VWS-Python/vws-python/releases)
- [Changelog](https://github.com/VWS-Python/vws-python/blob/main/CHANGELOG.rst)
- [Commits](VWS-Python/vws-python@2024.09.04.1...2024.09.21)

---
updated-dependencies:
- dependency-name: vws-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 23, 2024
@codecov
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.89%. Comparing base (a533e9c) to head (7462cfc).
Report is 326 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##              main    #2326      +/-   ##
===========================================
- Coverage   100.00%   98.89%   -1.11%     
===========================================
  Files           74       74              
  Lines         5173     5173              
  Branches       890      890              
===========================================
- Hits          5173     5116      -57     
- Misses           0       55      +55     
- Partials         0        2       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adamtheturtle adamtheturtle merged commit a3e4e88 into main Sep 23, 2024
@adamtheturtle adamtheturtle deleted the dependabot/pip/vws-python-2024.9.21 branch September 23, 2024 06:37
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants