Skip to content

Commit

Permalink
Merge pull request #417 from aapatre/revert-415-master
Browse files Browse the repository at this point in the history
  • Loading branch information
fakeid30 authored Feb 17, 2023
2 parents 727a249 + 902aa60 commit bb351eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ beautifulsoup4 = "^4.11.1"
cloudscraper = "^1.2.60"
requests = "^2.27.1"
webdriver-manager = "^3.7.0"
aiohttp = {extras = ["speedups"], version = "^3.8.3"}
aiohttp = {extras = ["speedups"], version = "^3.8.1"}
price-parser = "^0.3.4"

[tool.poetry.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp[speedups]>=3.8.3
aiohttp[speedups]==3.8.1
beautifulsoup4==4.11.1
ruamel.yaml==0.16.13
requests==2.27.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
),
python_requires=">=3.8, <4",
install_requires=[
"aiohttp[speedups]==3.8.3",
"aiohttp[speedups]==3.8.1",
"beautifulsoup4==4.11.1",
"ruamel.yaml==0.16.13",
"requests==2.27.1",
Expand Down

0 comments on commit bb351eb

Please sign in to comment.