pytest-nhsd-apim 5.0.13__tar.gz → 5.0.14__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pytest-nhsd-apim might be problematic. Click here for more details.

Files changed (25) hide show
  1. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/PKG-INFO +15 -3
  2. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/pyproject.toml +2 -2
  3. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim.egg-info/PKG-INFO +15 -3
  4. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim.egg-info/requires.txt +1 -1
  5. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/README.md +0 -0
  6. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/setup.cfg +0 -0
  7. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/setup.py +0 -0
  8. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/__init__.py +0 -0
  9. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/apigee_apis.py +0 -0
  10. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/apigee_edge.py +0 -0
  11. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/auth_journey.py +0 -0
  12. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/config.py +0 -0
  13. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/identity_service.py +0 -0
  14. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/log.py +0 -0
  15. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/nhsd_apim_authorization.py +0 -0
  16. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/pytest_nhsd_apim.py +0 -0
  17. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/secrets.py +0 -0
  18. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim/token_cache.py +0 -0
  19. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim.egg-info/SOURCES.txt +0 -0
  20. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim.egg-info/dependency_links.txt +0 -0
  21. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim.egg-info/entry_points.txt +0 -0
  22. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/src/pytest_nhsd_apim.egg-info/top_level.txt +0 -0
  23. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/tests/test_apigee_apis.py +0 -0
  24. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/tests/test_examples.py +0 -0
  25. {pytest_nhsd_apim-5.0.13 → pytest_nhsd_apim-5.0.14}/tests/test_nhsd_apim.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pytest-nhsd-apim
3
- Version: 5.0.13
3
+ Version: 5.0.14
4
4
  Summary: Pytest plugin accessing NHSDigital's APIM proxies
5
5
  Home-page: https://github.com/NHSDigital/pytest-nhsd-apim
6
6
  Author: Adrian Ciobanita
@@ -24,7 +24,19 @@ Requires-Dist: typing-extensions==4.12.2
24
24
  Requires-Dist: pydantic==2.9.2
25
25
  Requires-Dist: wheel<0.39.0,===0.37.1
26
26
  Requires-Dist: pydantic-settings==2.2.1
27
- Requires-Dist: setuptools==70.0.0
27
+ Requires-Dist: setuptools==78.1.1
28
+ Dynamic: author
29
+ Dynamic: author-email
30
+ Dynamic: classifier
31
+ Dynamic: description
32
+ Dynamic: description-content-type
33
+ Dynamic: home-page
34
+ Dynamic: license
35
+ Dynamic: maintainer
36
+ Dynamic: maintainer-email
37
+ Dynamic: requires-dist
38
+ Dynamic: requires-python
39
+ Dynamic: summary
28
40
 
29
41
  # pytest-nhsd-apim
30
42
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pytest-nhsd-apim"
3
- version = "5.0.13"
3
+ version = "5.0.14"
4
4
  description = "Pytest plugin accessing NHSDigital's APIM proxies"
5
5
  authors = ["Adrian Ciobanita <adrian.ciobanita1@nhs.net>", "Alex Carrie <alexander.carrie1@nhs.net>", "Lucas Fantini <lucas.fantini@nhs.net>"]
6
6
  maintainers = ["Alex Carrie <alexander.carrie1@nhs.net>", "Alex Hawdon <alex.hawdon1@nhs.net"]
@@ -24,7 +24,7 @@ typing-extensions = "^4.12.2"
24
24
  pydantic = "^2.9.2"
25
25
  wheel = ">=0.37.1,<0.39.0"
26
26
  pydantic-settings = "^2.2.1"
27
- setuptools = "^70.0.0"
27
+ setuptools = "^78.1.1"
28
28
 
29
29
  # [tool.poetry.group.dev.dependencies]
30
30
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pytest-nhsd-apim
3
- Version: 5.0.13
3
+ Version: 5.0.14
4
4
  Summary: Pytest plugin accessing NHSDigital's APIM proxies
5
5
  Home-page: https://github.com/NHSDigital/pytest-nhsd-apim
6
6
  Author: Adrian Ciobanita
@@ -24,7 +24,19 @@ Requires-Dist: typing-extensions==4.12.2
24
24
  Requires-Dist: pydantic==2.9.2
25
25
  Requires-Dist: wheel<0.39.0,===0.37.1
26
26
  Requires-Dist: pydantic-settings==2.2.1
27
- Requires-Dist: setuptools==70.0.0
27
+ Requires-Dist: setuptools==78.1.1
28
+ Dynamic: author
29
+ Dynamic: author-email
30
+ Dynamic: classifier
31
+ Dynamic: description
32
+ Dynamic: description-content-type
33
+ Dynamic: home-page
34
+ Dynamic: license
35
+ Dynamic: maintainer
36
+ Dynamic: maintainer-email
37
+ Dynamic: requires-dist
38
+ Dynamic: requires-python
39
+ Dynamic: summary
28
40
 
29
41
  # pytest-nhsd-apim
30
42
 
@@ -11,4 +11,4 @@ typing-extensions==4.12.2
11
11
  pydantic==2.9.2
12
12
  wheel<0.39.0,===0.37.1
13
13
  pydantic-settings==2.2.1
14
- setuptools==70.0.0
14
+ setuptools==78.1.1