-
Notifications
You must be signed in to change notification settings - Fork 0
/
lock-high.json
165 lines (165 loc) · 16.5 KB
/
lock-high.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"time": "2024-09-15T10:30:58.930451+00:00",
"uv": "0.2.23",
"minimum_python": "3.10",
"paths": [
"requirements/dev.in",
"pyproject.toml",
"docs/pyproject.toml",
"scripts/pyproject.toml",
"tests/pyproject.toml"
],
"overrides": "requirements/override.txt",
"directs": {
"copier": {
"op": "==",
"rev": "9.2.0"
},
"cyclopts": {
"op": "==",
"rev": "2.7.1"
},
"debugpy": {
"op": "==",
"rev": "1.8.2"
},
"docutils": {
"op": "==",
"rev": "0.21.2"
},
"dulwich": {
"op": "==",
"rev": "0.22.1"
},
"fawltydeps": {
"op": "==",
"rev": "0.16.0"
},
"ipython": {
"op": "==",
"rev": "8.25.0"
},
"linkify-it-py": {
"op": "==",
"rev": "2.0.3"
},
"myst-nb": {
"op": "==",
"rev": "1.1.0"
},
"myst-parser": {
"op": "==",
"rev": "3.0.1"
},
"numpydoc": {
"op": "==",
"rev": "1.7.0"
},
"pipdeptree": {
"op": "==",
"rev": "2.23.0"
},
"pipx": {
"op": "==",
"rev": "1.6.0"
},
"pre-commit": {
"op": "==",
"rev": "3.7.1"
},
"pyright": {
"op": "==",
"rev": "1.1.364"
},
"pytest": {
"op": "==",
"rev": "8.2.2"
},
"pytest-cov": {
"op": "==",
"rev": "5.0.0"
},
"pytest-custom-exit-code": {
"op": "==",
"rev": "0.3.0"
},
"pytest-github-actions-annotate-failures": {
"op": "==",
"rev": "0.2.0"
},
"ruamel-yaml": {
"op": "==",
"rev": "0.18.6"
},
"ruff": {
"op": "==",
"rev": "0.4.10"
},
"snakeviz": {
"op": "==",
"rev": "2.2.0"
},
"sourcery": {
"op": "==",
"rev": "1.19.0"
},
"sphinx": {
"op": "==",
"rev": "7.3.7"
},
"sphinx-autobuild": {
"op": "==",
"rev": "2024.4.16"
},
"sphinx-autodoc2": {
"op": "==",
"rev": "0.5.0"
},
"sphinx-book-theme": {
"op": "==",
"rev": "1.1.3"
},
"sphinx-design": {
"op": "==",
"rev": "0.6.0"
},
"sphinx-thebe": {
"op": "==",
"rev": "0.3.1"
},
"sphinx-tippy": {
"op": "==",
"rev": "0.4.3"
},
"sphinx-togglebutton": {
"op": "==",
"rev": "0.3.2"
},
"sphinxcontrib-bibtex": {
"op": "==",
"rev": "2.6.2"
},
"sphinxcontrib-mermaid": {
"op": "==",
"rev": "0.9.2"
},
"sphinxcontrib-towncrier": {
"op": "==",
"rev": "0.4.0a0"
},
"toml": {
"op": "==",
"rev": "0.10.2 ; python_version < '3.11'"
},
"towncrier": {
"op": "==",
"rev": "23.11.0"
},
"urllib3": {
"op": "==",
"rev": "2.2.2"
}
},
"direct_requirements": "copier==9.2.0\ncyclopts==2.7.1\ndebugpy==1.8.2\ndocutils==0.21.2\ndulwich==0.22.1\nfawltydeps==0.16.0\nipython==8.25.0\nlinkify-it-py==2.0.3\nmyst-nb==1.1.0\nmyst-parser==3.0.1\nnumpydoc==1.7.0\npipdeptree==2.23.0\npipx==1.6.0\npre-commit==3.7.1\npyright==1.1.364\npytest==8.2.2\npytest-cov==5.0.0\npytest-custom-exit-code==0.3.0\npytest-github-actions-annotate-failures==0.2.0\nruamel-yaml==0.18.6\nruff==0.4.10\nsnakeviz==2.2.0\nsourcery==1.19.0\nsphinx==7.3.7\nsphinx-autobuild==2024.4.16\nsphinx-autodoc2==0.5.0\nsphinx-book-theme==1.1.3\nsphinx-design==0.6.0\nsphinx-thebe==0.3.1\nsphinx-tippy==0.4.3\nsphinx-togglebutton==0.3.2\nsphinxcontrib-bibtex==2.6.2\nsphinxcontrib-mermaid==0.9.2\nsphinxcontrib-towncrier==0.4.0a0\ntoml==0.10.2 ; python_version < '3.11'\ntowncrier==23.11.0\nurllib3==2.2.2",
"requirements": "# This file was autogenerated by uv via the following command:\n# uv pip compile --universal --all-extras --exclude-newer 2024-09-15T10:30:58.930451Z --python-version 3.10 --resolution highest --override requirements/override.txt requirements/dev.in pyproject.toml docs/pyproject.toml scripts/pyproject.toml tests/pyproject.toml\n-e .\n # via -r requirements/dev.in\n-e docs/\n # via -r requirements/dev.in\n-e scripts/\n # via -r requirements/dev.in\n-e tests/\n # via -r requirements/dev.in\naccessible-pygments==0.0.5\n # via pydata-sphinx-theme\nalabaster==0.7.16\n # via sphinx\nannotated-types==0.7.0\n # via pydantic\nanyio==4.4.0\n # via\n # starlette\n # watchfiles\nappnope==0.1.4 ; platform_system == 'Darwin'\n # via ipykernel\nargcomplete==3.5.0\n # via pipx\nastroid==3.3.2\n # via sphinx-autodoc2\nasttokens==2.4.1\n # via stack-data\nattrs==24.2.0\n # via\n # cyclopts\n # jsonschema\n # jupyter-cache\n # referencing\nbabel==2.16.0\n # via\n # pydata-sphinx-theme\n # sphinx\nbeautifulsoup4==4.12.3\n # via\n # pydata-sphinx-theme\n # sphinx-tippy\ncertifi==2024.8.30\n # via requests\ncffi==1.17.1 ; implementation_name == 'pypy'\n # via pyzmq\ncfgv==3.4.0\n # via pre-commit\ncharset-normalizer==3.3.2\n # via requests\nclick==8.1.7\n # via\n # jupyter-cache\n # towncrier\n # userpath\n # uvicorn\ncolorama==0.4.6\n # via\n # click\n # copier\n # ipython\n # pipx\n # pytest\n # sphinx\n # sphinx-autobuild\ncomm==0.2.2\n # via ipykernel\ncopier==9.2.0\n # via\n # softboiler-github-io-tools (scripts/pyproject.toml)\n # softboiler-github-io-tools\ncoverage==7.6.1\n # via pytest-cov\ncyclopts==2.7.1\n # via\n # softboiler-github-io-tools (scripts/pyproject.toml)\n # softboiler-github-io-tools\ndebugpy==1.8.2\n # via\n # -r requirements/dev.in\n # ipykernel\ndecorator==5.1.1\n # via ipython\ndistlib==0.3.8\n # via virtualenv\ndocstring-parser==0.15\n # via cyclopts\ndocutils==0.21.2\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # myst-parser\n # pybtex-docutils\n # pydata-sphinx-theme\n # rich-rst\n # softboiler-github-io-docs\n # sphinx\n # sphinx-togglebutton\n # sphinxcontrib-bibtex\ndulwich==0.22.1\n # via\n # softboiler-github-io-tools (scripts/pyproject.toml)\n # softboiler-github-io-tools\ndunamai==1.22.0 ; python_version < '4'\n # via copier\nexceptiongroup==1.2.2 ; python_version < '3.11'\n # via\n # anyio\n # ipython\n # pytest\nexecuting==2.1.0\n # via stack-data\nfastjsonschema==2.20.0\n # via nbformat\nfawltydeps==0.16.0\n # via -r requirements/dev.in\nfilelock==3.16.0\n # via virtualenv\nfuncy==2.0\n # via copier\ngreenlet==3.1.0 ; python_version < '3.13' and (platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'WIN32' or platform_machine == 'win32'))))))\n # via sqlalchemy\nh11==0.14.0\n # via uvicorn\nidentify==2.6.1\n # via pre-commit\nidna==3.9\n # via\n # anyio\n # requests\nimagesize==1.4.1\n # via sphinx\nimportlib-metadata==8.5.0\n # via\n # fawltydeps\n # jupyter-cache\n # myst-nb\nincremental==24.7.2\n # via towncrier\niniconfig==2.0.0\n # via pytest\nipykernel==6.29.5\n # via myst-nb\nipython==8.25.0\n # via\n # softboiler-github-io-tools (scripts/pyproject.toml)\n # ipykernel\n # myst-nb\n # softboiler-github-io-tools\nisort==5.13.2 ; python_version >= '3.8'\n # via fawltydeps\njedi==0.19.1\n # via ipython\njinja2==3.1.4\n # via\n # copier\n # jinja2-ansible-filters\n # myst-parser\n # sphinx\n # sphinx-tippy\n # towncrier\njinja2-ansible-filters==1.3.2\n # via copier\njsonschema==4.23.0\n # via nbformat\njsonschema-specifications==2023.12.1\n # via jsonschema\njupyter-cache==1.0.0\n # via myst-nb\njupyter-client==8.6.2\n # via\n # ipykernel\n # nbclient\njupyter-core==5.7.2\n # via\n # ipykernel\n # jupyter-client\n # nbclient\n # nbformat\nlatexcodec==3.0.0\n # via pybtex\nlinkify-it-py==2.0.3\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nmarkdown-it-py==3.0.0\n # via\n # mdit-py-plugins\n # myst-parser\n # rich\nmarkupsafe==2.1.5\n # via jinja2\nmatplotlib-inline==0.1.7\n # via\n # ipykernel\n # ipython\nmdit-py-plugins==0.4.2\n # via myst-parser\nmdurl==0.1.2\n # via markdown-it-py\nmyst-nb==1.1.0\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nmyst-parser==3.0.1\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # myst-nb\n # softboiler-github-io-docs\nnbclient==0.10.0\n # via\n # jupyter-cache\n # myst-nb\nnbformat==5.10.4\n # via\n # jupyter-cache\n # myst-nb\n # nbclient\nnest-asyncio==1.6.0\n # via ipykernel\nnodeenv==1.9.1\n # via\n # pre-commit\n # pyright\nnumpydoc==1.7.0\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\npackaging==24.1\n # via\n # copier\n # dunamai\n # ipykernel\n # pip-requirements-parser\n # pipdeptree\n # pipx\n # pydata-sphinx-theme\n # pytest\n # sphinx\nparso==0.8.4\n # via jedi\npathspec==0.12.1\n # via copier\npexpect==4.9.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'\n # via ipython\npip==24.2\n # via pipdeptree\npip-requirements-parser==32.0.1\n # via fawltydeps\npipdeptree==2.23.0\n # via -r requirements/dev.in\npipx==1.6.0\n # via\n # softboiler-github-io-tools (scripts/pyproject.toml)\n # softboiler-github-io-tools\nplatformdirs==4.3.3\n # via\n # jupyter-core\n # pipx\n # virtualenv\npluggy==1.5.0\n # via pytest\nplumbum==1.8.3\n # via copier\npre-commit==3.7.1\n # via -r requirements/dev.in\nprompt-toolkit==3.0.47\n # via\n # ipython\n # questionary\npsutil==6.0.0\n # via ipykernel\nptyprocess==0.7.0 ; sys_platform != 'emscripten' and sys_platform != 'win32'\n # via pexpect\npure-eval==0.2.3\n # via stack-data\npybtex==0.24.0\n # via\n # pybtex-docutils\n # sphinxcontrib-bibtex\npybtex-docutils==1.0.3\n # via sphinxcontrib-bibtex\npycparser==2.22 ; implementation_name == 'pypy'\n # via cffi\npydantic==2.9.1\n # via\n # copier\n # fawltydeps\npydantic-core==2.23.3\n # via pydantic\npydata-sphinx-theme==0.15.4\n # via sphinx-book-theme\npygments==2.18.0\n # via\n # accessible-pygments\n # copier\n # ipython\n # pydata-sphinx-theme\n # rich\n # sphinx\npyparsing==3.1.4\n # via pip-requirements-parser\npyright==1.1.364\n # via -r requirements/dev.in\npytest==8.2.2\n # via\n # softboiler-github-io-tests (tests/pyproject.toml)\n # pytest-cov\n # pytest-custom-exit-code\n # pytest-github-actions-annotate-failures\n # softboiler-github-io-tests\npytest-cov==5.0.0\n # via\n # softboiler-github-io-tests (tests/pyproject.toml)\n # softboiler-github-io-tests\npytest-custom-exit-code==0.3.0\n # via\n # softboiler-github-io-tests (tests/pyproject.toml)\n # softboiler-github-io-tests\npytest-github-actions-annotate-failures==0.2.0\n # via\n # softboiler-github-io-tests (tests/pyproject.toml)\n # softboiler-github-io-tests\npython-dateutil==2.9.0.post0\n # via jupyter-client\npywin32==306 ; (platform_python_implementation != 'PyPy' and platform_system == 'Windows') or (platform_python_implementation != 'PyPy' and sys_platform == 'win32')\n # via\n # jupyter-core\n # plumbum\npyyaml==6.0.2\n # via\n # copier\n # jinja2-ansible-filters\n # jupyter-cache\n # myst-nb\n # myst-parser\n # pre-commit\n # pybtex\npyzmq==26.2.0\n # via\n # ipykernel\n # jupyter-client\nquestionary==1.10.0\n # via copier\nreferencing==0.35.1\n # via\n # jsonschema\n # jsonschema-specifications\nrequests==2.32.3\n # via\n # sphinx\n # sphinx-tippy\nrich==13.8.1\n # via\n # cyclopts\n # rich-rst\nrich-rst==1.3.1\n # via cyclopts\nrpds-py==0.20.0\n # via\n # jsonschema\n # referencing\nruamel-yaml==0.18.6\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nruamel-yaml-clib==0.2.8 ; python_version < '3.13' and platform_python_implementation == 'CPython'\n # via ruamel-yaml\nruff==0.4.10\n # via -r requirements/dev.in\nsetuptools==74.1.2\n # via\n # dulwich\n # fawltydeps\n # incremental\n # sphinx-togglebutton\nsix==1.16.0\n # via\n # asttokens\n # pybtex\n # python-dateutil\nsnakeviz==2.2.0\n # via -r requirements/dev.in\nsniffio==1.3.1\n # via anyio\nsnowballstemmer==2.2.0\n # via sphinx\nsoupsieve==2.6\n # via beautifulsoup4\nsourcery==1.19.0\n # via -r requirements/dev.in\nsphinx==7.3.7\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # myst-nb\n # myst-parser\n # numpydoc\n # pydata-sphinx-theme\n # softboiler-github-io-docs\n # sphinx-autobuild\n # sphinx-book-theme\n # sphinx-design\n # sphinx-thebe\n # sphinx-tippy\n # sphinx-togglebutton\n # sphinxcontrib-bibtex\n # sphinxcontrib-towncrier\nsphinx-autobuild==2024.4.16\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nsphinx-autodoc2==0.5.0\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nsphinx-book-theme==1.1.3\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nsphinx-design==0.6.0\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nsphinx-thebe==0.3.1\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nsphinx-tippy==0.4.3\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nsphinx-togglebutton==0.3.2\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nsphinxcontrib-applehelp==2.0.0\n # via sphinx\nsphinxcontrib-bibtex==2.6.2\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nsphinxcontrib-devhelp==2.0.0\n # via sphinx\nsphinxcontrib-htmlhelp==2.1.0\n # via sphinx\nsphinxcontrib-jsmath==1.0.1\n # via sphinx\nsphinxcontrib-mermaid==0.9.2\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nsphinxcontrib-qthelp==2.0.0\n # via sphinx\nsphinxcontrib-serializinghtml==2.0.0\n # via sphinx\nsphinxcontrib-towncrier==0.4.0a0\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # softboiler-github-io-docs\nsqlalchemy==2.0.34\n # via jupyter-cache\nstack-data==0.6.3\n # via ipython\nstarlette==0.38.5\n # via sphinx-autobuild\ntabulate==0.9.0\n # via\n # jupyter-cache\n # numpydoc\ntoml==0.10.2 ; python_version < '3.11'\n # via\n # softboiler-github-io-tools (scripts/pyproject.toml)\n # softboiler-github-io-tools\ntomli==2.0.1 ; python_full_version <= '3.11.0a6' or python_version < '3.11'\n # via\n # coverage\n # fawltydeps\n # incremental\n # numpydoc\n # pipx\n # pytest\n # sphinx\n # sphinx-autodoc2\n # towncrier\ntornado==6.4.1\n # via\n # ipykernel\n # jupyter-client\n # snakeviz\ntowncrier==23.11.0\n # via\n # -r requirements/dev.in\n # sphinxcontrib-towncrier\ntraitlets==5.14.3\n # via\n # comm\n # ipykernel\n # ipython\n # jupyter-client\n # jupyter-core\n # matplotlib-inline\n # nbclient\n # nbformat\ntyping-extensions==4.12.2\n # via\n # anyio\n # astroid\n # cyclopts\n # ipython\n # myst-nb\n # pydantic\n # pydantic-core\n # pydata-sphinx-theme\n # sphinx-autodoc2\n # sqlalchemy\n # uvicorn\nuc-micro-py==1.0.3\n # via linkify-it-py\nurllib3==2.2.3\n # via\n # softboiler-github-io-docs (docs/pyproject.toml)\n # dulwich\n # requests\n # softboiler-github-io-docs\nuserpath==1.9.2\n # via pipx\nuvicorn==0.30.6\n # via sphinx-autobuild\nvirtualenv==20.26.4\n # via pre-commit\nwatchfiles==0.24.0\n # via sphinx-autobuild\nwcwidth==0.2.13\n # via prompt-toolkit\nwebsockets==13.0.1\n # via sphinx-autobuild\nwheel==0.44.0\n # via sphinx-togglebutton\nzipp==3.20.2\n # via importlib-metadata\n"
}