Skip to content

Commit

Permalink
Bump Store-API minor version (#4628)
Browse files Browse the repository at this point in the history
## Done
Bumps minor version of StoreAPI package

## Testing
- [ ] This PR has tests
- [x] No testing required (explain why): no functionality has been changed
  • Loading branch information
abbiesims authored May 22, 2024
1 parent 60f07df commit 610bc14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ canonicalwebteam.discourse==5.4.9
canonicalwebteam.blog==6.4.2
canonicalwebteam.search==1.3.0
canonicalwebteam.image-template==1.3.1
canonicalwebteam.store-api==4.11.0
canonicalwebteam.store-api==4.11.1
canonicalwebteam.launchpad==0.9.0
canonicalwebteam.store-base==0.5.0
django-openid-auth==0.17
Expand Down
2 changes: 1 addition & 1 deletion webapp/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def get_authorization_header(root, discharge):
Macaroon.deserialize(discharge)
)

return "Macaroon root={}, discharge={}".format(root, bound.serialize())
return "macaroon root={}, discharge={}".format(root, bound.serialize())


def get_publishergw_authorization_header(developer_token):
Expand Down

0 comments on commit 610bc14

Please sign in to comment.