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
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.21.2 \
--hash=sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f \
--hash=sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2
docutils==0.22.4 \
--hash=sha256:4db53b1fde9abecbb74d91230d32ab626d94f6badfc575d6db9194a49df29968 \
--hash=sha256:d0013f540772d1420576855455d050a2180186c91c15779301ac2ccb3eeb68de
# via pelican
feedgenerator==2.1.0 \
--hash=sha256:93b7ce1c5a86195cafd6a8e9baf6a2a863ebd6d9905e840ce5778f73efd9a8d5 \
Expand Down Expand Up @@ -133,19 +133,19 @@ pelican-webassets==2.1.0 \
--hash=sha256:0a418b88ebd6d96efae4d666394552bcacc8d30d2f0abb5bb4db26064e8cfed0 \
--hash=sha256:9df6659ecb565af88df55df4aac27cafc948299ef3d4fc743f7385db2e274475
# via -r requirements.in
pygments==2.18.0 \
--hash=sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199 \
--hash=sha256:b8e6aca0523f3ab76fee51799c488e38782ac06eafcf95e7ba832985c8e7b13a
pygments==2.19.2 \
--hash=sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887 \
--hash=sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b
# via
# pelican
# rich
python-dateutil==2.9.0.post0 \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
# via pelican
pytz==2024.1 \
--hash=sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812 \
--hash=sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319
pytz==2025.2 \
--hash=sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3 \
--hash=sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00
# via feedgenerator
pyyaml==6.0.3 \
--hash=sha256:00c4bdeba853cc34e7dd471f16b4114f4162dc03e6b7afcc2128711f0eca823c \
Expand Down
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==1.19.0
mypy==1.19.1
mypy-abstracts
10 changes: 5 additions & 5 deletions py/deps/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ frozendict
gidgethub
jinja2>=3.1.6
multidict>=6.0.2
mypy==1.19.0
mypy==1.19.1
mypy-abstracts
orjson>=3.9.15
packaging>=23.0
Expand All @@ -37,11 +37,11 @@ pytest-abstracts>=0.0.4
pytest-iters>=0.0.3
pytest-patches
pytest-asyncio>=0.17.0
python-gnupg<=0.4.4
python-gnupg<=0.5.6
pytz
pyyaml==6.0.2
pyyaml==6.0.3
setuptools>=78.1.1
sphinx>=6.2.0,<9
sphinx>=6.2.0,<10
sphinx-copybutton>=0.5.1
sphinx-rtd-theme>=2.0.0rc2
sphinxcontrib-applehelp
Expand All @@ -64,7 +64,7 @@ yarl>=1.7.2
zstandard

types-aiofiles
types-docutils==0.21.0.20250715
types-docutils==0.22.3.20251115
types-frozendict
types-orjson
types-protobuf
Expand Down
Loading
Loading