@@ -17,12 +17,14 @@ boto3==1.37.1
1717botocore == 1.37.1
1818build == 1.2.2.post1
1919cachecontrol == 0.14.2
20+ cattrs == 24.1.3
2021certifi == 2025.1.31
2122cffi == 1.17.1
2223charset-normalizer == 3.4.1
2324click == 8.1.8
2425codespell == 2.4.1
2526colorama == 0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
27+ colorlog == 6.9.0
2628contourpy == 1.3.0 ; python_full_version < '3.10'
2729contourpy == 1.3.1 ; python_full_version >= '3.10'
2830coverage == 7.8.0
@@ -36,6 +38,7 @@ defusedxml==0.7.1
3638deprecated == 1.2.18
3739docutils == 0.21.2
3840dogpile-cache == 1.3.4
41+ enum-tools == 0.12.0 ; python_full_version >= '3.10'
3942exceptiongroup == 1.2.2 ; python_full_version < '3.11'
4043filelock == 3.18.0
4144fluent-logger == 0.11.1
@@ -45,14 +48,16 @@ galaxy-release-util==0.2.0
4548graylint == 1.1.1
4649greenlet == 3.1.1
4750h11 == 0.14.0
51+ html5lib == 1.1
4852httpcore == 1.0.7
4953httpx == 0.28.1
5054id == 1.5.0
5155idna == 3.10
5256imagesize == 1.4.1
53- importlib-metadata == 8.6.1 ; ( python_full_version < '3.10.2' and platform_machine == 'ppc64le' ) or (python_full_version < '3.10.2' and platform_machine == 's390x' ) or (python_full_version < '3. 12' and platform_machine != 'ppc64le' and platform_machine != 's390x' )
57+ importlib-metadata == 8.6.1 ; python_full_version < '3.12'
5458importlib-resources == 6.5.2 ; python_full_version < '3.10'
5559iniconfig == 2.1.0
60+ inquirerpy == 0.3.4
5661isodate == 0.7.2 ; python_full_version < '3.11'
5762isort == 6.0.1
5863jaraco-classes == 3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
@@ -88,16 +93,19 @@ numpy==2.0.2 ; python_full_version < '3.10'
8893numpy == 2.2.4 ; python_full_version >= '3.10'
8994onedatafilerestclient == 21.2.5.2
9095outcome == 1.3.0.post0
96+ owlrl == 6.0.2
9197packaging == 24.2
9298pathspec == 0.12.1
9399pbr == 6.1.1
100+ pfzy == 0.3.4
94101pillow == 11.1.0
95102pkce == 1.0.3
96103platformdirs == 4.3.7
97104playwright == 1.51.0
98105pluggy == 1.5.0
99106port-for == 0.7.4
100107prettytable == 3.16.0
108+ prompt-toolkit == 3.0.50
101109propcache == 0.3.1
102110psutil == 7.0.0 ; sys_platform != 'cygwin'
103111psycopg == 3.2.6
@@ -109,6 +117,7 @@ pyjwt==2.10.1
109117pynacl == 1.5.0
110118pyparsing == 3.2.3
111119pyproject-hooks == 1.2.0
120+ pyshacl == 0.26.0
112121pysocks == 1.7.1
113122pytest == 7.4.4
114123pytest-asyncio == 0.23.8
@@ -131,10 +140,15 @@ rdflib==7.1.4
131140readme-renderer == 44.0
132141referencing == 0.36.2
133142requests == 2.32.3
143+ requests-cache == 1.2.1
134144requests-toolbelt == 1.0.0
135145responses == 0.25.7
136146rfc3986 == 2.0.0
137147rich == 13.9.4
148+ rich-click == 1.8.8
149+ roc-validator == 0.4.2 ; python_full_version < '3.9.20'
150+ roc-validator == 0.4.6 ; python_full_version >= '3.9.20' and python_full_version < '3.10'
151+ roc-validator == 0.6.3 ; python_full_version >= '3.10'
138152roman-numerals-py == 3.1.0 ; python_full_version >= '3.11'
139153rpds-py == 0.24.0
140154ruamel-yaml == 0.18.10
@@ -179,13 +193,15 @@ twine==6.1.0
179193typing-extensions == 4.12.2 ; python_full_version < '3.10'
180194typing-extensions == 4.13.0 ; python_full_version >= '3.10'
181195tzdata == 2025.2 ; sys_platform == 'win32'
196+ url-normalize == 2.2.0
182197urllib3 == 1.26.20 ; python_full_version < '3.10'
183198urllib3 == 2.3.0 ; python_full_version >= '3.10'
184199watchdog == 6.0.0
185200wcwidth == 0.2.13
201+ webencodings == 0.5.1
186202websocket-client == 1.8.0
187203werkzeug == 3.1.3
188204wrapt == 1.17.2
189205wsproto == 1.2.0
190206yarl == 1.18.3
191- zipp == 3.21.0 ; ( python_full_version < '3.10.2' and platform_machine == 'ppc64le' ) or (python_full_version < '3.10.2' and platform_machine == 's390x' ) or (python_full_version < '3. 12' and platform_machine != 'ppc64le' and platform_machine != 's390x' )
207+ zipp == 3.21.0 ; python_full_version < '3.12'
0 commit comments