-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #268 from dbatten5/fix-tests
Fix failling actions
- Loading branch information
Showing
5 changed files
with
19,497 additions
and
14,272 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "phylm" | ||
version = "6.1.3" | ||
version = "6.1.4" | ||
description = "Phylm" | ||
authors = ["Dom Batten <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -23,7 +23,7 @@ click = "^8.0.1" | |
requests = "^2.26.0" | ||
beautifulsoup4 = "^4.10.0" | ||
aiohttp = "^3.8.1" | ||
cinemagoer = "^2022.12.27" | ||
cinemagoer = "^2023.05.01" | ||
|
||
[tool.poetry.group.test.dependencies] | ||
pytest = "^6.2.4" | ||
|
Oops, something went wrong.