Skip to content

Commit

Permalink
fix: update Apify Python SDK to the latest version (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Oct 2, 2023
1 parent 3da3863 commit 743f3df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/python-beautifulsoup/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Add your dependencies here.
# See https://pip.pypa.io/en/latest/reference/requirements-file-format/
# for how to format them
apify ~= 1.1.1
apify ~= 1.1.4
beautifulsoup4 ~= 4.12.0
requests ~= 2.31.0
2 changes: 1 addition & 1 deletion templates/python-empty/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
apify ~= 1.1.1
apify ~= 1.1.4
beautifulsoup4 ~= 4.12.0
2 changes: 1 addition & 1 deletion templates/python-playwright/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Add your dependencies here.
# See https://pip.pypa.io/en/latest/reference/requirements-file-format/
# for how to format them
apify ~= 1.1.1
apify ~= 1.1.4
playwright ~= 1.33.0
2 changes: 1 addition & 1 deletion templates/python-selenium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Add your dependencies here.
# See https://pip.pypa.io/en/latest/reference/requirements-file-format/
# for how to format them
apify ~= 1.1.1
apify ~= 1.1.4
selenium ~= 4.9.1
2 changes: 1 addition & 1 deletion templates/python-start/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Add your dependencies here.
# See https://pip.pypa.io/en/latest/reference/requirements-file-format/
# for how to format them
apify ~= 1.1.1
apify ~= 1.1.4
beautifulsoup4 ~= 4.12.0
requests ~= 2.31.0

0 comments on commit 743f3df

Please sign in to comment.