Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
⬆️ deps: Update dependencies (non-major) (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 506a3ad commit 4d4db8a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bilili-docs",
"description": "bilili documentation",
"license": "CC0-1.0",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"scripts": {
"dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider BILILI_VERSIONS=`node scripts/get_latest_version.mjs bilili yutto` vuepress dev",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider BILILI_VERSIONS=`node scripts/get_latest_version.mjs bilili yutto` vuepress build",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = ["requests>=2.27.0", "biliass==1.3.12"]
dependencies = ["requests>=2.27.0", "biliass==1.3.13"]
dynamic = ["version"]

[project.urls]
Expand All @@ -36,7 +36,7 @@ bilili = "bilili.__main__:main"
[tool.uv]
dev-dependencies = [
"pytest>=8.3.2",
"ruff==0.6.4",
"ruff==0.6.5",
"pytest-rerunfailures>=14.0",
]

Expand Down
68 changes: 34 additions & 34 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4d4db8a

Please sign in to comment.