pytest-nhsd-apim 3.3.8__tar.gz → 3.3.13__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-3.3.8 → pytest_nhsd_apim-3.3.13}/PKG-INFO +13 -1
  2. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/pyproject.toml +6 -6
  3. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim.egg-info/PKG-INFO +13 -1
  4. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim.egg-info/requires.txt +5 -5
  5. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/README.md +0 -0
  6. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/setup.cfg +0 -0
  7. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/setup.py +0 -0
  8. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/__init__.py +0 -0
  9. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/apigee_apis.py +0 -0
  10. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/apigee_edge.py +0 -0
  11. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/auth_journey.py +0 -0
  12. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/config.py +0 -0
  13. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/identity_service.py +0 -0
  14. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/log.py +0 -0
  15. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/nhsd_apim_authorization.py +0 -0
  16. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/pytest_nhsd_apim.py +0 -0
  17. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/secrets.py +0 -0
  18. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim/token_cache.py +0 -0
  19. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim.egg-info/SOURCES.txt +0 -0
  20. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim.egg-info/dependency_links.txt +0 -0
  21. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim.egg-info/entry_points.txt +0 -0
  22. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/src/pytest_nhsd_apim.egg-info/top_level.txt +0 -0
  23. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/tests/test_apigee_apis.py +0 -0
  24. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/tests/test_examples.py +0 -0
  25. {pytest-nhsd-apim-3.3.8 → pytest_nhsd_apim-3.3.13}/tests/test_nhsd_apim.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-nhsd-apim
3
- Version: 3.3.8
3
+ Version: 3.3.13
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
@@ -11,6 +11,18 @@ License: MIT
11
11
  Classifier: Framework :: Pytest
12
12
  Requires-Python: >=3.8
13
13
  Description-Content-Type: text/markdown
14
+ Requires-Dist: Authlib==0.15.5
15
+ Requires-Dist: cryptography==42.0.0
16
+ Requires-Dist: lxml==4.9.1
17
+ Requires-Dist: pycryptodome==3.20.0
18
+ Requires-Dist: PyJWT==2.8.0
19
+ Requires-Dist: pyotp==2.6.0
20
+ Requires-Dist: pytest==8.2.0
21
+ Requires-Dist: requests==2.31.0
22
+ Requires-Dist: toml==0.10.2
23
+ Requires-Dist: typing-extensions==4.3.0
24
+ Requires-Dist: pydantic==1.9.1
25
+ Requires-Dist: wheel<0.39.0,===0.37.1
14
26
 
15
27
  # pytest-nhsd-apim
16
28
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pytest-nhsd-apim"
3
- version = "3.3.8"
3
+ version = "3.3.13"
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"]
@@ -11,14 +11,14 @@ license = "MIT"
11
11
 
12
12
  [tool.poetry.dependencies]
13
13
  Authlib = "^0.15.5"
14
- cryptography = ">=36.0.1,<42.0.0"
14
+ cryptography = ">42.0.0"
15
15
  lxml = "^4.9.1"
16
16
  python = "^3.8"
17
- pycryptodome = "^3.13.0"
18
- PyJWT = "^2.3.0"
17
+ pycryptodome = "^3.20.0"
18
+ PyJWT = "^2.8.0"
19
19
  pyotp = "^2.6.0"
20
- pytest = "^6.2.5"
21
- requests = "^2.27.1"
20
+ pytest = "^8.2.0"
21
+ requests = "^2.31.0"
22
22
  toml = "^0.10.2"
23
23
  typing-extensions = "^4.3.0"
24
24
  pydantic = "^1.9.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-nhsd-apim
3
- Version: 3.3.8
3
+ Version: 3.3.13
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
@@ -11,6 +11,18 @@ License: MIT
11
11
  Classifier: Framework :: Pytest
12
12
  Requires-Python: >=3.8
13
13
  Description-Content-Type: text/markdown
14
+ Requires-Dist: Authlib==0.15.5
15
+ Requires-Dist: cryptography==42.0.0
16
+ Requires-Dist: lxml==4.9.1
17
+ Requires-Dist: pycryptodome==3.20.0
18
+ Requires-Dist: PyJWT==2.8.0
19
+ Requires-Dist: pyotp==2.6.0
20
+ Requires-Dist: pytest==8.2.0
21
+ Requires-Dist: requests==2.31.0
22
+ Requires-Dist: toml==0.10.2
23
+ Requires-Dist: typing-extensions==4.3.0
24
+ Requires-Dist: pydantic==1.9.1
25
+ Requires-Dist: wheel<0.39.0,===0.37.1
14
26
 
15
27
  # pytest-nhsd-apim
16
28
 
@@ -1,11 +1,11 @@
1
1
  Authlib==0.15.5
2
- cryptography<42.0.0,===36.0.1
2
+ cryptography==42.0.0
3
3
  lxml==4.9.1
4
- pycryptodome==3.13.0
5
- PyJWT==2.3.0
4
+ pycryptodome==3.20.0
5
+ PyJWT==2.8.0
6
6
  pyotp==2.6.0
7
- pytest==6.2.5
8
- requests==2.27.1
7
+ pytest==8.2.0
8
+ requests==2.31.0
9
9
  toml==0.10.2
10
10
  typing-extensions==4.3.0
11
11
  pydantic==1.9.1