Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bazel/website/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cssmin
docutils==0.22.4
docutils==0.23
jinja2>=3.1.4
libsass
markdown>=3.8.1
Expand Down
6 changes: 3 additions & 3 deletions bazel/website/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ blinker==1.8.2 \
cssmin==0.2.0 \
--hash=sha256:e012f0cc8401efcf2620332339011564738ae32be8c84b2e43ce8beaec1067b6
# via -r requirements.in
docutils==0.22.4 \
--hash=sha256:4db53b1fde9abecbb74d91230d32ab626d94f6badfc575d6db9194a49df29968 \
--hash=sha256:d0013f540772d1420576855455d050a2180186c91c15779301ac2ccb3eeb68de
docutils==0.23 \
--hash=sha256:25d013af9bf23bc1c7b2b093dff4208166c53a94786c9e447808335ef1185fea \
--hash=sha256:746f5060322511280a1e50eb76846ed6bf2342984b2ac04dc42caa1a8d78799e
# via
# -r requirements.in
# pelican
Expand Down
4 changes: 2 additions & 2 deletions ci/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
envoy.code.check>=0.5.14
pyjwt[crypto]>=2.12.1
envoy.code.check>=0.6.6
pyjwt[crypto]>=2.13.0
uvloop==0.21.0
455 changes: 280 additions & 175 deletions ci/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion py/deps/pytest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest>=9.0.3
pytest>=9.1.0
pytest-abstracts>=0.1.1
pytest-cov>=7.1.0
pytest-iters>=0.1.0
Expand Down
12 changes: 6 additions & 6 deletions py/deps/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ aio.api.nist>=0.0.4
aio.core>=0.11.1
aio.run.checker>=0.6.1
aio.run.runner>=0.4.1
aiodocker>=0.25.0
aiodocker>=0.27.0
aiofiles
aiohttp>=3.14.0
aiohttp>=3.14.1
colorama
coloredlogs
docutils~=0.21
Expand All @@ -17,20 +17,20 @@ envoy.github.release>=0.1.1
flake8>=6
frozendict
gidgethub
pyjwt[crypto]>=2.12.1
pyjwt[crypto]>=2.13.0
jinja2>=3.1.6
mypy>=2.0.0
mypy-abstracts>=0.1.1
orjson>=3.11.9
packaging>=26.2
pep8-naming
protobuf>=5.29.5
protobuf>=7.35.1
pygments>=2.20.0
pytest>=7.2
pytest>=9.1.0
pytest-abstracts>=0.1.1
pytest-iters>=0.1.0
pytest-patches>=0.1.0
pytest-asyncio>=0.17.0
pytest-asyncio>=1.4.0
python-gnupg<=0.5.6
pyyaml==6.0.3
setuptools>=78.1.1
Expand Down
306 changes: 153 additions & 153 deletions py/deps/requirements.txt

Large diffs are not rendered by default.

Loading