Skip to content

Commit

Permalink
Use exact versions in pyproject.toml
Browse files Browse the repository at this point in the history
- Use exact versions in pyproject.toml
  • Loading branch information
bbtufty committed Dec 4, 2024
1 parent 8b1a3ce commit 4ab0228
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
0.0.3 (Unreleased)
==================

- Use exact versions in pyproject.toml
- Edit GH actions to run on main

0.0.2 (2024-11-19)
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ classifiers = [
]

dependencies = [
"beautifulsoup4>=4.12.3",
"colorlog>=6.8.2",
"discordwebhook>=1.0.3",
"emoji>=2.12.2",
"pathvalidate>=3.2.0",
"requests>=2.31.0",
"beautifulsoup4 == 4.12.3",
"colorlog == 6.8.2",
"discordwebhook == 1.0.3",
"emoji == 2.12.2",
"pathvalidate == 3.2.0",
"requests == 2.31.0",
]

[project.urls]
Expand Down

0 comments on commit 4ab0228

Please sign in to comment.