Skip to content
Closed
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
4 changes: 2 additions & 2 deletions bazel/website/requirements.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cssmin
docutils==0.22.4
docutils==0.23
jinja2>=3.1.4
libsass
markdown>=3.8.1
markdown>=3.10.3
packaging
pelican[Markdown]
pelican-webassets>=2.1.0
Expand Down
18 changes: 9 additions & 9 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 All @@ -43,9 +43,9 @@ libsass==0.23.0 \
--hash=sha256:a2ec85d819f353cbe807432d7275d653710d12b08ec7ef61c124a580a8352f3c \
--hash=sha256:ea97d1b45cdc2fc3590cb9d7b60f1d8915d3ce17a98c1f2d4dd47ee0d9c68ce6
# via -r requirements.in
markdown==3.10.2 \
--hash=sha256:994d51325d25ad8aa7ce4ebaec003febcce822c3f8c911e3b17c52f7f589f950 \
--hash=sha256:e91464b71ae3ee7afd3017d9f358ef0baf158fd9a298db92f1d4761133824c36
markdown==3.10.3 \
--hash=sha256:3589362618f743188b4d955b874402bc814f4f83f544dc207719f4baa7d9c45f \
--hash=sha256:fa6c92a00a4a3c98b22728c64a935ae1928250ae65058a6ded814d2cc29a4cea
# via
# -r requirements.in
# pelican
Expand Down Expand Up @@ -123,9 +123,9 @@ ordered-set==4.1.0 \
--hash=sha256:046e1132c71fcf3330438a539928932caf51ddbc582496833e23de611de14562 \
--hash=sha256:694a8e44c87657c59292ede72891eb91d34131f6531463aab3009191c77364a8
# via pelican
packaging==26.2 \
--hash=sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e \
--hash=sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661
packaging==26.3 \
--hash=sha256:94edc256424af38762eb31306eed28beb9f0efc50a8837492c9d6fd6004aed79 \
--hash=sha256:d7193f7c8e4e93f444fde0262bf90af30e16fa0ad0ad44cb553c87339b23cd1c
# via -r requirements.in
pelican[markdown]==4.12.0 \
--hash=sha256:3697230f56cfcca9e98d3ac9ac26f655bb20cad807f7eacf156601e241f69ad8 \
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
envoy.code.check>=0.6.7
envoy.code.check>=0.6.8
pyjwt[crypto]>=2.13.0
uvloop==0.21.0
224 changes: 140 additions & 84 deletions ci/requirements.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion py/deps/mypy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mypy==2.3.0
mypy==2.3.1
mypy-abstracts>=0.1.1
8 changes: 4 additions & 4 deletions py/deps/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ frozendict
gidgethub
pyjwt[crypto]>=2.13.0
jinja2>=3.1.6
mypy>=2.3.0
mypy>=2.3.1
mypy-abstracts>=0.1.1
orjson>=3.11.9
packaging>=26.2
orjson>=3.12.0
packaging>=26.3
pep8-naming
protobuf>=7.35.1
pygments>=2.20.0
Expand All @@ -33,7 +33,7 @@ pytest-patches>=0.1.0
pytest-asyncio>=1.4.0
python-gnupg<=0.5.6
pyyaml==6.0.3
setuptools>=83.0.0
setuptools>=84.0.0
sphinx>=6.2.0,<9
sphinx-copybutton>=0.5.1
sphinx-rtd-theme>=2.0.0rc2
Expand Down
333 changes: 197 additions & 136 deletions py/deps/requirements.txt

Large diffs are not rendered by default.

Loading