FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • uis/devops/django/api-gateway-auth
1 result
Show changes
Commits on Source (3)
......@@ -2,7 +2,7 @@
include:
- project: 'uis/devops/continuous-delivery/ci-templates'
file: '/auto-devops/common-pipeline.yml'
ref: v3.0.0
ref: v3.6.0
variables:
# we don't have an application for DAST to run against, so disable it
......@@ -19,4 +19,5 @@ python:tox:
variables:
TOX_ENV: py3-$DJANGO_VERSION
TOX_OPTS: -e $TOX_ENV
TOX_ADDITIONAL_REQUIREMENTS: poetry
TOX_REQUIREMENT: tox==4.11.4
TOX_ADDITIONAL_REQUIREMENTS: poetry==1.7.1
[tool.poetry]
name = "django-ucam-apigatewayauth"
version = "0.0.4"
version = "0.0.5"
description = "A Django module allow auth based on the headers passed from the API Gateway"
authors = ["DevOps Division, University Information Services, University of Cambridge <devops@uis.cam.ac.uk>"]
license = "MIT"
......