Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2024

Bumps httptest from 0.1.6 to 2.1.1.

Release notes

Sourced from httptest's releases.

2.1.1

No release notes provided.

2.1.0

OIDC Server

Example relying-party: https://scitt-community.github.io/scitt-api-emulator/oidc.html

Start server httptest-oidc

$ python -m httptest.oidc \
    --issuer https://this-service.example.com \
    --audience https://relying-party.example.com \
    --addr 0.0.0.0 \
    --port 8000 \
    --subject test-subject \
    --private-key-pem-path private-key.pem \
    --token-path token.jwt

Make requests

$ curl -H "Authorization: Bearer $(curl https://this-service.example.com/token | jq -r token)" -v https://relying-party.example.com
$ curl -H "Authorization: Bearer $(cat token.jwt)" -v https://relying-party.example.com

2.0.2

No release notes provided.

2.0.1

Full Changelog: johnandersen777/httptest@0.2.0...2.0.1

0.2.0

Full Changelog: johnandersen777/httptest@0.1.6...0.2.0

Commits
  • 2239666 entry points: httptest-oidc
  • 8564026 README: Document tiny OIDC server
  • a60cf7a oidc: Add tiny test OIDC server
  • b283d7a ci: tests: build: Ensure only random sha used as ssh key comment
  • f1eedec ci: tests: build: Check for authorized key by comment
  • 177db7f initialize OpenVEX Feed
  • 6697bee ci: tests: build: Use pip cache
  • 6c53d0e ci: tests: build: Update to test OpenVEX generate action branch
  • 3d2b66d ci: tests: build: Generate OpenVEX and submit to SCITT
  • f0c7eb8 ci: tests: build: Install scitt-emulator
  • 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 [httptest](https://github.com/pdxjohnny/httptest) from 0.1.6 to 2.1.1.
- [Release notes](https://github.com/pdxjohnny/httptest/releases)
- [Commits](johnandersen777/httptest@0.1.6...2.1.1)

---
updated-dependencies:
- dependency-name: httptest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 4, 2024
@jupe jupe merged commit d19761d into master Jan 23, 2024
@jupe jupe deleted the dependabot/pip/httptest-2.1.1 branch January 23, 2024 08:30
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants