Skip to content

Commit fdd6c03

Browse files
bazel/deps: Bump website deps (#2505)
* build(deps): bump pelican[markdown] in /bazel/website Bumps [pelican[markdown]](https://github.com/getpelican/pelican) from 4.10.1 to 4.10.2. - [Release notes](https://github.com/getpelican/pelican/releases) - [Changelog](https://github.com/getpelican/pelican/blob/main/docs/changelog.rst) - [Commits](getpelican/pelican@4.10.1...4.10.2) --- updated-dependencies: - dependency-name: pelican[markdown] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): bump packaging from 24.1 to 24.2 in /bazel/website Bumps [packaging](https://github.com/pypa/packaging) from 24.1 to 24.2. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.1...24.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bazel/website: Update `pelican-webassets` -> 2.1.0 Signed-off-by: Ryan Northey <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ryan Northey <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c7fc10 commit fdd6c03

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

bazel/website/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ jinja2>=3.1.4
33
libsass
44
packaging
55
pelican[Markdown]
6-
pelican-webassets
6+
pelican-webassets>=2.1.0
77
pyyaml

bazel/website/requirements.txt

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# pip-compile --allow-unsafe --generate-hashes requirements.in
@@ -123,15 +123,15 @@ packaging==24.1 \
123123
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \
124124
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
125125
# via -r requirements.in
126-
pelican[markdown]==4.10.1 \
127-
--hash=sha256:5fb59933fd9eaff83a5e4e093a9a6249ec59ae0d8e5da63710d965acd6f5d3f7 \
128-
--hash=sha256:dfcd468ddb823c70df52545ca413b44505ff2d33132284d2f5a31d217cde6cb8
126+
pelican[Markdown,markdown]==4.10.2 \
127+
--hash=sha256:04932e82dc7542bae7f1830710978836ca00608aa4ece7206dc13185a08c4562 \
128+
--hash=sha256:534b3c279b9630a006b5687ea6e8e6113ca17c64ac45f4328cf66bf0be367bdf
129129
# via
130130
# -r requirements.in
131131
# pelican-webassets
132-
pelican-webassets==2.0.0 \
133-
--hash=sha256:b2a123481177784945e0113e5a79c88f1fc832fb9a2bad6fcc08f6f34ac77a76 \
134-
--hash=sha256:d1ef6818534ab742204fc1e35e2d005553c582cb23b170580fb2e2d24deb50f2
132+
pelican-webassets==2.1.0 \
133+
--hash=sha256:0a418b88ebd6d96efae4d666394552bcacc8d30d2f0abb5bb4db26064e8cfed0 \
134+
--hash=sha256:9df6659ecb565af88df55df4aac27cafc948299ef3d4fc743f7385db2e274475
135135
# via -r requirements.in
136136
pygments==2.18.0 \
137137
--hash=sha256:786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199 \
@@ -307,7 +307,3 @@ watchfiles==0.23.0 \
307307
--hash=sha256:fb02d41c33be667e6135e6686f1bb76104c88a312a18faa0ef0262b5bf7f1a0f \
308308
--hash=sha256:fd257f98cff9c6cb39eee1a83c7c3183970d8a8d23e8cf4f47d9a21329285cee
309309
# via pelican
310-
webassets==2.0 \
311-
--hash=sha256:167132337677c8cedc9705090f6d48da3fb262c8e0b2773b29f3352f050181cd \
312-
--hash=sha256:a31a55147752ba1b3dc07dee0ad8c8efff274464e08bbdb88c1fd59ffd552724
313-
# via pelican-webassets

0 commit comments

Comments
 (0)