Skip to content

Commit

Permalink
Downgrade Stripe and TLD dependencies to stable versions
Browse files Browse the repository at this point in the history
This commit updates the project dependencies:
- Downgraded Stripe from 8.11.0 to 7.14.0
- Pinned TLD to version 0.13
- Removed Tweepy dependency
  • Loading branch information
DonnieBLT committed Jan 28, 2025
1 parent c396a4a commit 26488d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 33 deletions.
44 changes: 16 additions & 28 deletions poetry.lock

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

6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ channels-redis = "^4.2.1"
aiohttp = "^3.11.11"
drf-yasg = "^1.21.8"
slack-bolt = "^1.22.0"
tld = "^0.13.1"

tld = "0.13"

[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
Expand All @@ -75,9 +74,6 @@ selenium = "^4.28.1"
webdriver-manager = "^4.0.2"
chromedriver-autoinstaller = "^0.6.4"




[tool.isort]
known_first_party = ["blt"]
line_length = 120
Expand Down

0 comments on commit 26488d8

Please sign in to comment.