Skip to content

Commit

Permalink
lock
Browse files Browse the repository at this point in the history
  • Loading branch information
vivodi committed Jan 13, 2025
1 parent ec61792 commit d543ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/uv-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
PYTHON_VERSION: '3.13' # renovate: datasource=python-version depName=python
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Install uv
uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors = [
license = { file = "LICENSE" }
dynamic = ["version", "optional-dependencies"]
dependencies = [
"apscheduler ~=3.11",
"apscheduler ~=3.10",
"beautifulsoup4 ~=4.12",
"colorama ~=0.4.6",
"feedparser ~=6.0",
Expand Down

0 comments on commit d543ef6

Please sign in to comment.