Skip to content

Commit

Permalink
fix(deps): update python to ^3.9, <3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 58fca5c commit 19c31af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ utcc = "ut_course_catalog.cli:cli"
"Changelog" = "https://github.com/34j/ut-course-catalog/blob/main/CHANGELOG.md"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.9, <3.13"
click = "^8.1.7"
beautifulsoup4 = "^4.12.2"
aiohttp = "^3.8.6"
Expand Down

0 comments on commit 19c31af

Please sign in to comment.