Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

build(deps): bump robotframework-requests from 0.7.1 to 0.9.1 #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 1, 2021

Bumps robotframework-requests from 0.7.1 to 0.9.1.

Release notes

Sourced from robotframework-requests's releases.

v0.9.1

Fixes

v0.9.0

What's new

Sessionless keywords are now available, you can just GET, POST, etc.. no need to create a session anymore!

${resp}=  GET  https://www.google.com

Status Should Be and Request Should Be Successfull can use the last response, no need to pass the response anymore!

GET  https://www.google.com
Status Should Be  200

Features

Fixes

v0.8.2

What's new

v0.8.1

Fixes

v0.8.0

What's new

New keywords structure: All requests keywords have been rewritten because of many not backward compatible changes and to allow in the near future requests keywords without a session. Example Get Request become GET On Session and soon there will be also just GET when a session is not needed. Old keywords * Request are now deprecated and will be removed in 1.0.0 version.

Implicit assert on status code:

... (truncated)

Commits
  • 9d62731 Merge pull request #330 from MarketSquare/lucagiove/issue329
  • 419b4f5 [release] increases version to 0.9.1
  • e331001 [fix] fixes 2.7 tests
  • 9231af0 [fix] fixes #329 manipulating urls before urljoin
  • f9e8765 [test] shows the breaking change of issue #329
  • 34d89a6 [git] ignores vscode files
  • 5a9af67 Update README.md
  • b0e748e [github] release drafter minor major version
  • def315d Merge pull request #326 from MarketSquare/0.9
  • 4c08491 Merge branch 'master' into 0.9
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants