Skip to content

Commit

Permalink
Merge pull request #186 from g0v/improve-regex-for-js
Browse files Browse the repository at this point in the history
chore: update to latest parser
  • Loading branch information
ddio authored Oct 29, 2024
2 parents 5e4f547 + 20d64d2 commit bd5cd2a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scrapy-tw-rental-house/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scrapy-tw-rental-house"
version = "1.5.0"
version = "1.5.1"
description = "Scrapy spider for TW Rental House"
readme = "README.md"
authors = ["ddio <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion scrapy-twrh-example/poetry.lock

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

8 changes: 4 additions & 4 deletions twrh-dataset/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 twrh-dataset/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = "^3.10"
# cffi = "==1.13.2"
django = "^5"
scrapy-tw-rental-house = "==1.5.0"
scrapy-tw-rental-house = "^1.5"
psycopg2-binary = "^2.9.9"
pylint-django = "^2.5.5"
sentry-sdk = "^1.39.1"
Expand Down

0 comments on commit bd5cd2a

Please sign in to comment.