Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Jun 30, 2024
1 parent b1c1b9e commit b9f6c7a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

28 changes: 14 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9"
httpx = ">=0.27.0"
pydantic = ">=2.6.4"
pydantic = ">=2.7.4"
beautifulsoup4 = ">=4.12.3"
lxml = ">=5.1.0"
hishel = ">=0.0.25"
torf = ">=4.2.6"
typing-extensions = ">=4.10.0"
platformdirs = ">=4.2.0"
xmltodict = "^0.13.0"
lxml = ">=5.2.2"
hishel = ">=0.0.29"
torf = ">=4.2.7"
typing-extensions = ">=4.12.2"
platformdirs = ">=4.2.2"
xmltodict = ">=0.13.0"
strenum = { version = ">=0.4.15", python = "<3.11" }
importlib-metadata = { version = ">=7.1.0", python = "<3.10" }
eval-type-backport = { version = ">=0.1.3", python = "<3.10" }
importlib-metadata = { version = ">=8.0.0", python = "<3.10" }
eval-type-backport = { version = ">=0.2.0", python = "<3.10" }

[tool.poetry.group.dev.dependencies]
ruff = "^0.5.0"
mypy = "^1.9.0"
pytest = "^8.1.1"
mypy = "^1.10.1"
pytest = "^8.2.2"
pytest-asyncio = "^0.23.5.post1"
pre-commit = "^3.7.0"
pre-commit = "^3.7.1"
coverage = "^7.5.4"
respx = "^0.21.1"
types-beautifulsoup4 = "^4.12.0.20240229"
types-beautifulsoup4 = "^4.12.0.20240511"
types-xmltodict = "^0.13.0.3"

[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.15"
mkdocs-material = "^9.5.27"
mkdocstrings = {extras = ["python"], version = "^0.24.0"}
mkdocs-autorefs = "^1.0.1"

Expand Down
1 change: 0 additions & 1 deletion tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def test_nyaa_torrent_page() -> None:
assert page_c != "other"
assert set((page_a, page_b, page_c)) == {page_a, page_c} == {page_b, page_c}


assert (
page_a.model_dump_json()
== """{"id":123456,"url":"https://nyaa.si/view/123456","title":"title","category":"Anime - English-translated","date":"2024-06-30T00:00:00","submitter":{"name":"John","url":"https://nyaa.si/user/john","is_trusted":true,"is_banned":false},"information":null,"seeders":20,"leechers":30,"completed":100,"is_trusted":false,"is_remake":false,"description":null,"torrent_file":"https://nyaa.si/download/123456.torrent","magnet":"magnet:?xt=urn:btih:...&dn=...","torrent":{"name":"ubuntu-22.04.4-live-server-amd64.iso","trackers":[["https://torrent.ubuntu.com/announce"],["https://ipv6.torrent.ubuntu.com/announce"]],"comment":"Ubuntu CD releases.ubuntu.com","creation_date":null,"created_by":"mktorrent 1.1","piece_size":262144}}"""
Expand Down

0 comments on commit b9f6c7a

Please sign in to comment.