|
1 | | -# Testing |
2 | | -pytest |
3 | | -pytest-mock |
4 | | -coverage |
5 | | -behave |
6 | | - |
7 | | -# Code Quality |
8 | | -ruff |
9 | | - |
10 | | -# HTTP Libraries |
11 | | -requests>=2.0.0 |
12 | | - |
13 | | -# Data Validation |
14 | | -pydantic >= 2.0.0 |
15 | | - |
16 | | -# Documentation |
17 | | -# Sphinx 7.1 introduced python_maximum_signature_line_length and 7.x is also the last series supporting Python 3.9. |
18 | | -sphinx >= 7.1 |
19 | | -sphinx-rtd-theme >= 2.0 |
| 1 | +# This file was autogenerated by uv via the following command: |
| 2 | +# ./scripts/compile_requirements.sh |
| 3 | +alabaster==0.7.16 ; python_full_version < '3.10' |
| 4 | + # via sphinx |
| 5 | +alabaster==1.0.0 ; python_full_version >= '3.10' |
| 6 | + # via sphinx |
| 7 | +annotated-types==0.7.0 ; python_full_version < '3.10' |
| 8 | + # via pydantic |
| 9 | +annotated-types==0.8.0 ; python_full_version >= '3.10' |
| 10 | + # via pydantic |
| 11 | +babel==2.18.0 |
| 12 | + # via sphinx |
| 13 | +behave==1.3.3 |
| 14 | + # via -r requirements.in |
| 15 | +certifi==2026.7.22 |
| 16 | + # via requests |
| 17 | +charset-normalizer==3.4.9 |
| 18 | + # via requests |
| 19 | +colorama==0.4.6 |
| 20 | + # via |
| 21 | + # behave |
| 22 | + # pytest |
| 23 | + # sphinx |
| 24 | +coverage==7.10.7 ; python_full_version < '3.10' |
| 25 | + # via -r requirements.in |
| 26 | +coverage==7.15.2 ; python_full_version >= '3.10' |
| 27 | + # via -r requirements.in |
| 28 | +cucumber-expressions==18.0.1 ; python_full_version < '3.10' |
| 29 | + # via behave |
| 30 | +cucumber-expressions==20.0.0 ; python_full_version >= '3.10' |
| 31 | + # via behave |
| 32 | +cucumber-tag-expressions==7.0.0 ; python_full_version < '3.10' |
| 33 | + # via behave |
| 34 | +cucumber-tag-expressions==11.0.0 ; python_full_version >= '3.10' |
| 35 | + # via behave |
| 36 | +docutils==0.21.2 ; python_full_version < '3.11' |
| 37 | + # via |
| 38 | + # sphinx |
| 39 | + # sphinx-rtd-theme |
| 40 | +docutils==0.22.4 ; python_full_version >= '3.11' |
| 41 | + # via |
| 42 | + # sphinx |
| 43 | + # sphinx-rtd-theme |
| 44 | +exceptiongroup==1.3.1 ; python_full_version < '3.11' |
| 45 | + # via pytest |
| 46 | +idna==3.18 |
| 47 | + # via requests |
| 48 | +imagesize==1.5.0 ; python_full_version < '3.10' |
| 49 | + # via sphinx |
| 50 | +imagesize==2.0.0 ; python_full_version >= '3.10' |
| 51 | + # via sphinx |
| 52 | +importlib-metadata==8.7.1 ; python_full_version < '3.10' |
| 53 | + # via sphinx |
| 54 | +iniconfig==2.1.0 ; python_full_version < '3.10' |
| 55 | + # via pytest |
| 56 | +iniconfig==2.3.0 ; python_full_version >= '3.10' |
| 57 | + # via pytest |
| 58 | +jinja2==3.1.6 |
| 59 | + # via sphinx |
| 60 | +markupsafe==3.0.3 |
| 61 | + # via jinja2 |
| 62 | +packaging==26.2 |
| 63 | + # via |
| 64 | + # pytest |
| 65 | + # sphinx |
| 66 | +parse==1.22.1 |
| 67 | + # via |
| 68 | + # behave |
| 69 | + # parse-type |
| 70 | +parse-type==0.6.6 |
| 71 | + # via behave |
| 72 | +pluggy==1.6.0 |
| 73 | + # via pytest |
| 74 | +pydantic==2.13.4 |
| 75 | + # via -r requirements.in |
| 76 | +pydantic-core==2.46.4 |
| 77 | + # via pydantic |
| 78 | +pygments==2.20.0 |
| 79 | + # via |
| 80 | + # pytest |
| 81 | + # sphinx |
| 82 | +pytest==8.4.2 ; python_full_version < '3.10' |
| 83 | + # via |
| 84 | + # -r requirements.in |
| 85 | + # pytest-mock |
| 86 | +pytest==9.1.1 ; python_full_version >= '3.10' |
| 87 | + # via |
| 88 | + # -r requirements.in |
| 89 | + # pytest-mock |
| 90 | +pytest-mock==3.15.1 |
| 91 | + # via -r requirements.in |
| 92 | +requests==2.32.5 ; python_full_version < '3.10' |
| 93 | + # via |
| 94 | + # -r requirements.in |
| 95 | + # sphinx |
| 96 | +requests==2.34.2 ; python_full_version >= '3.10' |
| 97 | + # via |
| 98 | + # -r requirements.in |
| 99 | + # sphinx |
| 100 | +roman-numerals==4.1.0 ; python_full_version >= '3.11' |
| 101 | + # via sphinx |
| 102 | +ruff==0.15.22 |
| 103 | + # via -r requirements.in |
| 104 | +six==1.17.0 |
| 105 | + # via |
| 106 | + # behave |
| 107 | + # parse-type |
| 108 | +snowballstemmer==3.1.1 |
| 109 | + # via sphinx |
| 110 | +sphinx==7.4.7 ; python_full_version < '3.10' |
| 111 | + # via |
| 112 | + # -r requirements.in |
| 113 | + # sphinx-rtd-theme |
| 114 | + # sphinxcontrib-jquery |
| 115 | +sphinx==8.1.3 ; python_full_version == '3.10.*' |
| 116 | + # via |
| 117 | + # -r requirements.in |
| 118 | + # sphinx-rtd-theme |
| 119 | + # sphinxcontrib-jquery |
| 120 | +sphinx==9.0.4 ; python_full_version == '3.11.*' |
| 121 | + # via |
| 122 | + # -r requirements.in |
| 123 | + # sphinx-rtd-theme |
| 124 | + # sphinxcontrib-jquery |
| 125 | +sphinx==9.1.0 ; python_full_version >= '3.12' |
| 126 | + # via |
| 127 | + # -r requirements.in |
| 128 | + # sphinx-rtd-theme |
| 129 | + # sphinxcontrib-jquery |
| 130 | +sphinx-rtd-theme==3.1.0 |
| 131 | + # via -r requirements.in |
| 132 | +sphinxcontrib-applehelp==2.0.0 |
| 133 | + # via sphinx |
| 134 | +sphinxcontrib-devhelp==2.0.0 |
| 135 | + # via sphinx |
| 136 | +sphinxcontrib-htmlhelp==2.1.0 |
| 137 | + # via sphinx |
| 138 | +sphinxcontrib-jquery==4.1 |
| 139 | + # via sphinx-rtd-theme |
| 140 | +sphinxcontrib-jsmath==1.0.1 |
| 141 | + # via sphinx |
| 142 | +sphinxcontrib-qthelp==2.0.0 |
| 143 | + # via sphinx |
| 144 | +sphinxcontrib-serializinghtml==2.0.0 |
| 145 | + # via sphinx |
| 146 | +tomli==2.4.1 ; python_full_version < '3.11' |
| 147 | + # via |
| 148 | + # behave |
| 149 | + # pytest |
| 150 | + # sphinx |
| 151 | +typing-extensions==4.16.0 |
| 152 | + # via |
| 153 | + # exceptiongroup |
| 154 | + # pydantic |
| 155 | + # pydantic-core |
| 156 | + # typing-inspection |
| 157 | +typing-inspection==0.4.2 |
| 158 | + # via pydantic |
| 159 | +urllib3==2.6.3 ; python_full_version < '3.10' |
| 160 | + # via |
| 161 | + # -r requirements.in |
| 162 | + # requests |
| 163 | +urllib3==2.7.0 ; python_full_version >= '3.10' |
| 164 | + # via |
| 165 | + # -r requirements.in |
| 166 | + # requests |
| 167 | +uv==0.11.32 |
| 168 | + # via -r requirements.in |
| 169 | +win-unicode-console==0.5 ; python_full_version < '3.10' |
| 170 | + # via behave |
| 171 | +zipp==3.23.1 ; python_full_version < '3.10' |
| 172 | + # via importlib-metadata |
0 commit comments