Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions azure/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
variables:
python_version: 3.9
service_name: identity-service
short_service_name: ids
service_base_path: oauth2
Expand Down
563 changes: 261 additions & 302 deletions e2e/performance/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion e2e/performance/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
locust = "^1.1.1"
pyjwt = "^2.4.0"
cryptography = "^43.0.0"
Expand Down
19 changes: 8 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"author": "NHS Digital",
"license": "MIT",
"homepage": "https://github.com/NHSDigital/template-api",
"dependencies": {
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.5.1",
"apigeetool": "^0.16.4",
"license-checker": "^25.0.1",
"minimist": "^1.2.6"
"minimist": "^0.2.1"
}
}
1,066 changes: 521 additions & 545 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
python = "^3.8"
python = "^3.9"

[tool.poetry]
name = "auth-service"
Expand All @@ -13,7 +13,7 @@ homepage = "https://github.com/NHSDigital/identity-service-api"
keywords = ["healthcare", "uk", "nhs"]

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
pytest-rerunfailures = "^10.0"
beautifulsoup4 = "^4.10.0"
selenium = "^4.0.0"
Expand Down
Loading