File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 9595 runs-on : ubuntu-latest
9696 environment :
9797 name : pypi
98- url : https://pypi.org/p/ botanu
98+ url : https://pypi.org/botanu
9999 permissions :
100100 id-token : write # required for OIDC trusted publishing
101101 steps :
Original file line number Diff line number Diff line change @@ -144,10 +144,8 @@ dev = [
144144 " pytest-asyncio >= 0.21.0" ,
145145 " pytest-cov >= 4.1.0" ,
146146 " coverage[toml] >= 7.0" ,
147- " httpx >= 0.24.0, < 0.28.0; python_version < '3.10'" ,
148- " httpx >= 0.24.0; python_version >= '3.10'" ,
149- " starlette >= 0.27.0, < 0.30.0; python_version >= '3.10'" ,
150- " starlette >= 0.27.0; python_version >= '3.10'" ,
147+ " httpx >= 0.24.0, < 0.28.0" ,
148+ " starlette >= 0.27.0, < 0.30.0" ,
151149 " ruff >= 0.4.0" ,
152150 " mypy >= 1.7.0" ,
153151 " pre-commit >= 3.5.0" ,
You can’t perform that action at this time.
0 commit comments