apify 2.5.1b8__tar.gz → 2.5.1b10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of apify might be problematic. Click here for more details.
- {apify-2.5.1b8 → apify-2.5.1b10}/PKG-INFO +1 -1
- {apify-2.5.1b8 → apify-2.5.1b10}/pyproject.toml +1 -1
- {apify-2.5.1b8 → apify-2.5.1b10}/uv.lock +71 -43
- {apify-2.5.1b8 → apify-2.5.1b10}/website/package-lock.json +279 -542
- {apify-2.5.1b8 → apify-2.5.1b10}/website/package.json +1 -1
- {apify-2.5.1b8 → apify-2.5.1b10}/.editorconfig +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/.github/CODEOWNERS +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/.github/workflows/build_and_deploy_docs.yaml +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/.github/workflows/check_pr_title.yaml +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/.github/workflows/pre_release.yaml +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/.github/workflows/release.yaml +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/.github/workflows/run_code_checks.yaml +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/.github/workflows/update_new_issue.yaml +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/.gitignore +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/.markdownlint.yaml +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/.pre-commit-config.yaml +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/CHANGELOG.md +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/CONTRIBUTING.md +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/LICENSE +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/Makefile +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/README.md +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/01_overview/01_introduction.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/01_overview/02_running_actors_locally.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/01_overview/03_actor_structure.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/01_overview/code/01_introduction.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/01_overview/code/actor_structure/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/01_overview/code/actor_structure/__main__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/01_overview/code/actor_structure/main.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/01_overview/code/actor_structure/py.typed +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/01_beautifulsoup_httpx.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/02_crawlee.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/03_playwright.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/04_selenium.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/05_scrapy.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/01_beautifulsoup_httpx.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/02_crawlee_beautifulsoup.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/02_crawlee_playwright.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/03_playwright.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/04_selenium.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/__main__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/items.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/main.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/py.typed +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/settings.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/spiders/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/spiders/py.typed +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/02_guides/code/scrapy_project/src/spiders/title.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/01_actor_lifecycle.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/02_actor_input.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/03_storages.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/04_actor_events.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/05_proxy_management.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/06_interacting_with_other_actors.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/07_webhooks.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/08_access_apify_api.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/09_running_webserver.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/10_logging.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/11_configuration.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/12_pay_per_event.mdx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/01_context_manager.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/01_init_exit.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/01_reboot.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/01_status_message.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/02_input.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/03_dataset_exports.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/03_dataset_read_write.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/03_deleting_storages.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/03_kvs_iterating.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/03_kvs_public_url.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/03_kvs_read_write.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/03_opening_storages.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/03_rq.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/04_actor_events.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/05_apify_proxy.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/05_apify_proxy_config.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/05_custom_proxy.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/05_custom_proxy_function.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/05_proxy_actor_input.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/05_proxy_httpx.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/05_proxy_rotation.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/06_interacting_call.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/06_interacting_call_task.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/06_interacting_metamorph.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/06_interacting_start.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/07_webhook.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/07_webhook_preventing.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/08_actor_client.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/08_actor_new_client.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/09_webserver.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/10_log_config.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/10_logger_usage.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/11_config.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/actor_charge.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/03_concepts/code/conditional_actor_charge.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/04_upgrading/upgrading_to_v2.md +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/docs/pyproject.toml +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/renovate.json +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/_actor.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/_charging.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/_configuration.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/_consts.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/_crypto.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/_models.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/_platform_event_manager.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/_proxy_configuration.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/_utils.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/apify_storage_client/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/apify_storage_client/_apify_storage_client.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/apify_storage_client/_dataset_client.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/apify_storage_client/_dataset_collection_client.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/apify_storage_client/_key_value_store_client.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/apify_storage_client/_key_value_store_collection_client.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/apify_storage_client/_request_queue_client.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/apify_storage_client/_request_queue_collection_client.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/apify_storage_client/py.typed +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/log.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/py.typed +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/_actor_runner.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/_async_thread.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/_logging_config.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/extensions/_httpcache.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/middlewares/apify_proxy.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/middlewares/py.typed +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/pipelines/actor_dataset_push.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/pipelines/py.typed +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/py.typed +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/requests.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/scheduler.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/scrapy/utils.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/storages/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/storages/_request_list.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/src/apify/storages/py.typed +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/README.md +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/_utils.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/actor_source_base/Dockerfile +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/actor_source_base/requirements.txt +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/actor_source_base/src/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/actor_source_base/src/__main__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/actor_source_base/src/main.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/conftest.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_actor_api_helpers.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_actor_charge.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_actor_dataset.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_actor_events.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_actor_log.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_actor_request_queue.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_actor_scrapy.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_fixtures.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/integration/test_request_queue.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_actor_create_proxy_configuration.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_actor_dataset.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_actor_env_helpers.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_actor_helpers.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_actor_key_value_store.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_actor_lifecycle.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_actor_log.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_actor_non_default_instance.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_actor_request_queue.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_configuration.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/actor/test_request_list.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/conftest.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/extensions/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/extensions/test_httpcache.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/middlewares/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/middlewares/test_apify_proxy.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/pipelines/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/pipelines/test_actor_dataset_push.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/requests/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/requests/test_to_apify_request.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/requests/test_to_scrapy_request.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/utils/__init__.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/utils/test_apply_apify_settings.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/scrapy/utils/test_get_basic_auth_header.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/test_crypto.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/test_platform_event_manager.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/tests/unit/test_proxy_configuration.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/.eslintrc.json +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/babel.config.js +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/build_api_reference.sh +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/docusaurus.config.js +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/generate_module_shortcuts.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/sidebars.js +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/src/components/ApiLink.jsx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/src/components/Gradients.jsx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/src/components/Highlights.jsx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/src/components/Highlights.module.css +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/src/components/RunnableCodeBlock.jsx +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/src/components/RunnableCodeBlock.module.css +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/src/css/custom.css +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/src/pages/home_page_example.py +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/src/pages/index.js +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/src/pages/index.module.css +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/static/.nojekyll +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/static/img/docs-og.png +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/tools/docs-prettier.config.js +0 -0
- {apify-2.5.1b8 → apify-2.5.1b10}/website/tools/utils/externalLink.js +0 -0
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
version = 1
|
|
2
2
|
revision = 2
|
|
3
3
|
requires-python = ">=3.9"
|
|
4
|
+
resolution-markers = [
|
|
5
|
+
"python_full_version >= '3.10'",
|
|
6
|
+
"python_full_version < '3.10'",
|
|
7
|
+
]
|
|
4
8
|
|
|
5
9
|
[[package]]
|
|
6
10
|
name = "annotated-types"
|
|
@@ -154,7 +158,8 @@ name = "black"
|
|
|
154
158
|
version = "23.12.1"
|
|
155
159
|
source = { registry = "https://pypi.org/simple" }
|
|
156
160
|
dependencies = [
|
|
157
|
-
{ name = "click" },
|
|
161
|
+
{ name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
|
162
|
+
{ name = "click", version = "8.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" },
|
|
158
163
|
{ name = "mypy-extensions" },
|
|
159
164
|
{ name = "packaging" },
|
|
160
165
|
{ name = "pathspec" },
|
|
@@ -301,7 +306,8 @@ name = "browserforge"
|
|
|
301
306
|
version = "1.2.3"
|
|
302
307
|
source = { registry = "https://pypi.org/simple" }
|
|
303
308
|
dependencies = [
|
|
304
|
-
{ name = "click" },
|
|
309
|
+
{ name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
|
310
|
+
{ name = "click", version = "8.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" },
|
|
305
311
|
{ name = "typing-extensions", marker = "python_full_version < '3.10'" },
|
|
306
312
|
]
|
|
307
313
|
sdist = { url = "https://files.pythonhosted.org/packages/df/5c/fe4d8cc5d5e61a5b1585190bba19d25bb76c45fdfe9c7bf264f5301fcf33/browserforge-1.2.3.tar.gz", hash = "sha256:d5bec6dffd4748b30fbac9f9c1ef33b26c01a23185240bf90011843e174b7ecc", size = 38072, upload-time = "2025-01-29T09:45:48.711Z" }
|
|
@@ -499,14 +505,32 @@ wheels = [
|
|
|
499
505
|
name = "click"
|
|
500
506
|
version = "8.1.8"
|
|
501
507
|
source = { registry = "https://pypi.org/simple" }
|
|
508
|
+
resolution-markers = [
|
|
509
|
+
"python_full_version < '3.10'",
|
|
510
|
+
]
|
|
502
511
|
dependencies = [
|
|
503
|
-
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
512
|
+
{ name = "colorama", marker = "python_full_version < '3.10' and sys_platform == 'win32'" },
|
|
504
513
|
]
|
|
505
514
|
sdist = { url = "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a", size = 226593, upload-time = "2024-12-21T18:38:44.339Z" }
|
|
506
515
|
wheels = [
|
|
507
516
|
{ url = "https://files.pythonhosted.org/packages/7e/d4/7ebdbd03970677812aac39c869717059dbb71a4cfc033ca6e5221787892c/click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2", size = 98188, upload-time = "2024-12-21T18:38:41.666Z" },
|
|
508
517
|
]
|
|
509
518
|
|
|
519
|
+
[[package]]
|
|
520
|
+
name = "click"
|
|
521
|
+
version = "8.2.0"
|
|
522
|
+
source = { registry = "https://pypi.org/simple" }
|
|
523
|
+
resolution-markers = [
|
|
524
|
+
"python_full_version >= '3.10'",
|
|
525
|
+
]
|
|
526
|
+
dependencies = [
|
|
527
|
+
{ name = "colorama", marker = "python_full_version >= '3.10' and sys_platform == 'win32'" },
|
|
528
|
+
]
|
|
529
|
+
sdist = { url = "https://files.pythonhosted.org/packages/cd/0f/62ca20172d4f87d93cf89665fbaedcd560ac48b465bd1d92bfc7ea6b0a41/click-8.2.0.tar.gz", hash = "sha256:f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d", size = 235857, upload-time = "2025-05-10T22:21:03.111Z" }
|
|
530
|
+
wheels = [
|
|
531
|
+
{ url = "https://files.pythonhosted.org/packages/a2/58/1f37bf81e3c689cc74ffa42102fa8915b59085f54a6e4a80bc6265c0f6bf/click-8.2.0-py3-none-any.whl", hash = "sha256:6b303f0b2aa85f1cb4e5303078fadcbcd4e476f114fab9b5007005711839325c", size = 102156, upload-time = "2025-05-10T22:21:01.352Z" },
|
|
532
|
+
]
|
|
533
|
+
|
|
510
534
|
[[package]]
|
|
511
535
|
name = "colorama"
|
|
512
536
|
version = "0.4.6"
|
|
@@ -758,16 +782,16 @@ wheels = [
|
|
|
758
782
|
|
|
759
783
|
[[package]]
|
|
760
784
|
name = "docspec"
|
|
761
|
-
version = "2.2.
|
|
785
|
+
version = "2.2.2"
|
|
762
786
|
source = { registry = "https://pypi.org/simple" }
|
|
763
787
|
dependencies = [
|
|
764
788
|
{ name = "databind-core" },
|
|
765
789
|
{ name = "databind-json" },
|
|
766
790
|
{ name = "deprecated" },
|
|
767
791
|
]
|
|
768
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
792
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8b/fe/1ad244d0ca186b5386050ec30dfd59bd3dbeea5baec33ca861dd43b922e6/docspec-2.2.2.tar.gz", hash = "sha256:c772c6facfce839176b647701082c7a22b3d22d872d392552cf5d65e0348c919", size = 14086, upload-time = "2025-05-06T12:39:59.466Z" }
|
|
769
793
|
wheels = [
|
|
770
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
794
|
+
{ url = "https://files.pythonhosted.org/packages/38/57/1011f2e88743a818cced9a95d54200ba6a05decaf43fd91d8c6ed9f6470d/docspec-2.2.2-py3-none-any.whl", hash = "sha256:854d25401e7ec2d155b0c1e001e25819d16b6df3a7575212a7f340ae8b00122e", size = 9726, upload-time = "2025-05-06T12:39:58.047Z" },
|
|
771
795
|
]
|
|
772
796
|
|
|
773
797
|
[[package]]
|
|
@@ -801,11 +825,14 @@ wheels = [
|
|
|
801
825
|
|
|
802
826
|
[[package]]
|
|
803
827
|
name = "exceptiongroup"
|
|
804
|
-
version = "1.
|
|
828
|
+
version = "1.3.0"
|
|
805
829
|
source = { registry = "https://pypi.org/simple" }
|
|
806
|
-
|
|
830
|
+
dependencies = [
|
|
831
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
832
|
+
]
|
|
833
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0b/9f/a65090624ecf468cdca03533906e7c69ed7588582240cfe7cc9e770b50eb/exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88", size = 29749, upload-time = "2025-05-10T17:42:51.123Z" }
|
|
807
834
|
wheels = [
|
|
808
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
835
|
+
{ url = "https://files.pythonhosted.org/packages/36/f4/c6e662dade71f56cd2f3735141b265c3c79293c109549c1e6933b0651ffc/exceptiongroup-1.3.0-py3-none-any.whl", hash = "sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10", size = 16674, upload-time = "2025-05-10T17:42:49.33Z" },
|
|
809
836
|
]
|
|
810
837
|
|
|
811
838
|
[[package]]
|
|
@@ -1482,11 +1509,11 @@ wheels = [
|
|
|
1482
1509
|
|
|
1483
1510
|
[[package]]
|
|
1484
1511
|
name = "platformdirs"
|
|
1485
|
-
version = "4.3.
|
|
1512
|
+
version = "4.3.8"
|
|
1486
1513
|
source = { registry = "https://pypi.org/simple" }
|
|
1487
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1514
|
+
sdist = { url = "https://files.pythonhosted.org/packages/fe/8b/3c73abc9c759ecd3f1f7ceff6685840859e8070c4d947c93fae71f6a0bf2/platformdirs-4.3.8.tar.gz", hash = "sha256:3d512d96e16bcb959a814c9f348431070822a6496326a4be0911c40b5a74c2bc", size = 21362, upload-time = "2025-05-07T22:47:42.121Z" }
|
|
1488
1515
|
wheels = [
|
|
1489
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1516
|
+
{ url = "https://files.pythonhosted.org/packages/fe/39/979e8e21520d4e47a0bbe349e2713c0aac6f3d853d0e5b34d76206c439aa/platformdirs-4.3.8-py3-none-any.whl", hash = "sha256:ff7059bb7eb1179e2685604f4aaf157cfd9535242bd23742eadc3c13542139b4", size = 18567, upload-time = "2025-05-07T22:47:40.376Z" },
|
|
1490
1517
|
]
|
|
1491
1518
|
|
|
1492
1519
|
[[package]]
|
|
@@ -1824,7 +1851,8 @@ name = "pydoc-markdown"
|
|
|
1824
1851
|
version = "4.8.2"
|
|
1825
1852
|
source = { registry = "https://pypi.org/simple" }
|
|
1826
1853
|
dependencies = [
|
|
1827
|
-
{ name = "click" },
|
|
1854
|
+
{ name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
|
1855
|
+
{ name = "click", version = "8.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" },
|
|
1828
1856
|
{ name = "databind-core" },
|
|
1829
1857
|
{ name = "databind-json" },
|
|
1830
1858
|
{ name = "docspec" },
|
|
@@ -2064,32 +2092,32 @@ wheels = [
|
|
|
2064
2092
|
|
|
2065
2093
|
[[package]]
|
|
2066
2094
|
name = "ruff"
|
|
2067
|
-
version = "0.11.
|
|
2068
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2069
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2070
|
-
wheels = [
|
|
2071
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2072
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2073
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2074
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2075
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2076
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2077
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2078
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2079
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2080
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2081
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2082
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2083
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2084
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2085
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2086
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2087
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2095
|
+
version = "0.11.9"
|
|
2096
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2097
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f5/e7/e55dda1c92cdcf34b677ebef17486669800de01e887b7831a1b8fdf5cb08/ruff-0.11.9.tar.gz", hash = "sha256:ebd58d4f67a00afb3a30bf7d383e52d0e036e6195143c6db7019604a05335517", size = 4132134, upload-time = "2025-05-09T16:19:41.511Z" }
|
|
2098
|
+
wheels = [
|
|
2099
|
+
{ url = "https://files.pythonhosted.org/packages/fb/71/75dfb7194fe6502708e547941d41162574d1f579c4676a8eb645bf1a6842/ruff-0.11.9-py3-none-linux_armv6l.whl", hash = "sha256:a31a1d143a5e6f499d1fb480f8e1e780b4dfdd580f86e05e87b835d22c5c6f8c", size = 10335453, upload-time = "2025-05-09T16:18:58.2Z" },
|
|
2100
|
+
{ url = "https://files.pythonhosted.org/packages/74/fc/ad80c869b1732f53c4232bbf341f33c5075b2c0fb3e488983eb55964076a/ruff-0.11.9-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:66bc18ca783b97186a1f3100e91e492615767ae0a3be584e1266aa9051990722", size = 11072566, upload-time = "2025-05-09T16:19:01.432Z" },
|
|
2101
|
+
{ url = "https://files.pythonhosted.org/packages/87/0d/0ccececef8a0671dae155cbf7a1f90ea2dd1dba61405da60228bbe731d35/ruff-0.11.9-py3-none-macosx_11_0_arm64.whl", hash = "sha256:bd576cd06962825de8aece49f28707662ada6a1ff2db848d1348e12c580acbf1", size = 10435020, upload-time = "2025-05-09T16:19:03.897Z" },
|
|
2102
|
+
{ url = "https://files.pythonhosted.org/packages/52/01/e249e1da6ad722278094e183cbf22379a9bbe5f21a3e46cef24ccab76e22/ruff-0.11.9-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b1d18b4be8182cc6fddf859ce432cc9631556e9f371ada52f3eaefc10d878de", size = 10593935, upload-time = "2025-05-09T16:19:06.455Z" },
|
|
2103
|
+
{ url = "https://files.pythonhosted.org/packages/ed/9a/40cf91f61e3003fe7bd43f1761882740e954506c5a0f9097b1cff861f04c/ruff-0.11.9-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0f3f46f759ac623e94824b1e5a687a0df5cd7f5b00718ff9c24f0a894a683be7", size = 10172971, upload-time = "2025-05-09T16:19:10.261Z" },
|
|
2104
|
+
{ url = "https://files.pythonhosted.org/packages/61/12/d395203de1e8717d7a2071b5a340422726d4736f44daf2290aad1085075f/ruff-0.11.9-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f34847eea11932d97b521450cf3e1d17863cfa5a94f21a056b93fb86f3f3dba2", size = 11748631, upload-time = "2025-05-09T16:19:12.307Z" },
|
|
2105
|
+
{ url = "https://files.pythonhosted.org/packages/66/d6/ef4d5eba77677eab511644c37c55a3bb8dcac1cdeb331123fe342c9a16c9/ruff-0.11.9-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:f33b15e00435773df97cddcd263578aa83af996b913721d86f47f4e0ee0ff271", size = 12409236, upload-time = "2025-05-09T16:19:15.006Z" },
|
|
2106
|
+
{ url = "https://files.pythonhosted.org/packages/c5/8f/5a2c5fc6124dd925a5faf90e1089ee9036462118b619068e5b65f8ea03df/ruff-0.11.9-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7b27613a683b086f2aca8996f63cb3dd7bc49e6eccf590563221f7b43ded3f65", size = 11881436, upload-time = "2025-05-09T16:19:17.063Z" },
|
|
2107
|
+
{ url = "https://files.pythonhosted.org/packages/39/d1/9683f469ae0b99b95ef99a56cfe8c8373c14eba26bd5c622150959ce9f64/ruff-0.11.9-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9e0d88756e63e8302e630cee3ce2ffb77859797cc84a830a24473939e6da3ca6", size = 13982759, upload-time = "2025-05-09T16:19:19.693Z" },
|
|
2108
|
+
{ url = "https://files.pythonhosted.org/packages/4e/0b/c53a664f06e0faab596397867c6320c3816df479e888fe3af63bc3f89699/ruff-0.11.9-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:537c82c9829d7811e3aa680205f94c81a2958a122ac391c0eb60336ace741a70", size = 11541985, upload-time = "2025-05-09T16:19:21.831Z" },
|
|
2109
|
+
{ url = "https://files.pythonhosted.org/packages/23/a0/156c4d7e685f6526a636a60986ee4a3c09c8c4e2a49b9a08c9913f46c139/ruff-0.11.9-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:440ac6a7029f3dee7d46ab7de6f54b19e34c2b090bb4f2480d0a2d635228f381", size = 10465775, upload-time = "2025-05-09T16:19:24.401Z" },
|
|
2110
|
+
{ url = "https://files.pythonhosted.org/packages/43/d5/88b9a6534d9d4952c355e38eabc343df812f168a2c811dbce7d681aeb404/ruff-0.11.9-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:71c539bac63d0788a30227ed4d43b81353c89437d355fdc52e0cda4ce5651787", size = 10170957, upload-time = "2025-05-09T16:19:27.08Z" },
|
|
2111
|
+
{ url = "https://files.pythonhosted.org/packages/f0/b8/2bd533bdaf469dc84b45815ab806784d561fab104d993a54e1852596d581/ruff-0.11.9-py3-none-musllinux_1_2_i686.whl", hash = "sha256:c67117bc82457e4501473c5f5217d49d9222a360794bfb63968e09e70f340abd", size = 11143307, upload-time = "2025-05-09T16:19:29.462Z" },
|
|
2112
|
+
{ url = "https://files.pythonhosted.org/packages/2f/d9/43cfba291788459b9bfd4e09a0479aa94d05ab5021d381a502d61a807ec1/ruff-0.11.9-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:e4b78454f97aa454586e8a5557facb40d683e74246c97372af3c2d76901d697b", size = 11603026, upload-time = "2025-05-09T16:19:31.569Z" },
|
|
2113
|
+
{ url = "https://files.pythonhosted.org/packages/22/e6/7ed70048e89b01d728ccc950557a17ecf8df4127b08a56944b9d0bae61bc/ruff-0.11.9-py3-none-win32.whl", hash = "sha256:7fe1bc950e7d7b42caaee2a8a3bc27410547cc032c9558ee2e0f6d3b209e845a", size = 10548627, upload-time = "2025-05-09T16:19:33.657Z" },
|
|
2114
|
+
{ url = "https://files.pythonhosted.org/packages/90/36/1da5d566271682ed10f436f732e5f75f926c17255c9c75cefb77d4bf8f10/ruff-0.11.9-py3-none-win_amd64.whl", hash = "sha256:52edaa4a6d70f8180343a5b7f030c7edd36ad180c9f4d224959c2d689962d964", size = 11634340, upload-time = "2025-05-09T16:19:35.815Z" },
|
|
2115
|
+
{ url = "https://files.pythonhosted.org/packages/40/f7/70aad26e5877c8f7ee5b161c4c9fa0100e63fc4c944dc6d97b9c7e871417/ruff-0.11.9-py3-none-win_arm64.whl", hash = "sha256:bcf42689c22f2e240f496d0c183ef2c6f7b35e809f12c1db58f75d9aa8d630ca", size = 10741080, upload-time = "2025-05-09T16:19:39.605Z" },
|
|
2088
2116
|
]
|
|
2089
2117
|
|
|
2090
2118
|
[[package]]
|
|
2091
2119
|
name = "scrapy"
|
|
2092
|
-
version = "2.
|
|
2120
|
+
version = "2.13.0"
|
|
2093
2121
|
source = { registry = "https://pypi.org/simple" }
|
|
2094
2122
|
dependencies = [
|
|
2095
2123
|
{ name = "cryptography" },
|
|
@@ -2111,9 +2139,9 @@ dependencies = [
|
|
|
2111
2139
|
{ name = "w3lib" },
|
|
2112
2140
|
{ name = "zope-interface" },
|
|
2113
2141
|
]
|
|
2114
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2142
|
+
sdist = { url = "https://files.pythonhosted.org/packages/8a/db/6acda5c8c407dbb1a210a7a9732f86ed7eacb22bd500b589a13716e634cb/scrapy-2.13.0.tar.gz", hash = "sha256:9661629805ff0e43054cc1306d9b13236c6bb9565d8d8e303a332c8da045d90f", size = 1213803, upload-time = "2025-05-08T09:45:06.075Z" }
|
|
2115
2143
|
wheels = [
|
|
2116
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2144
|
+
{ url = "https://files.pythonhosted.org/packages/ad/b1/f0add339f50c7eb19ff5ff2de2e3c7c3acd1be04ac8771c279c5ca3a3bd0/scrapy-2.13.0-py3-none-any.whl", hash = "sha256:8ebc28d14e7e603fa29f76d4144c0908398ff51e23b3389e17c62c339adc5ac6", size = 321762, upload-time = "2025-05-08T09:45:03.925Z" },
|
|
2117
2145
|
]
|
|
2118
2146
|
|
|
2119
2147
|
[[package]]
|
|
@@ -2133,11 +2161,11 @@ wheels = [
|
|
|
2133
2161
|
|
|
2134
2162
|
[[package]]
|
|
2135
2163
|
name = "setuptools"
|
|
2136
|
-
version = "80.
|
|
2164
|
+
version = "80.4.0"
|
|
2137
2165
|
source = { registry = "https://pypi.org/simple" }
|
|
2138
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2166
|
+
sdist = { url = "https://files.pythonhosted.org/packages/95/32/0cc40fe41fd2adb80a2f388987f4f8db3c866c69e33e0b4c8b093fdf700e/setuptools-80.4.0.tar.gz", hash = "sha256:5a78f61820bc088c8e4add52932ae6b8cf423da2aff268c23f813cfbb13b4006", size = 1315008, upload-time = "2025-05-09T20:42:27.972Z" }
|
|
2139
2167
|
wheels = [
|
|
2140
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2168
|
+
{ url = "https://files.pythonhosted.org/packages/b1/93/dba5ed08c2e31ec7cdc2ce75705a484ef0be1a2fecac8a58272489349de8/setuptools-80.4.0-py3-none-any.whl", hash = "sha256:6cdc8cb9a7d590b237dbe4493614a9b75d0559b888047c1f67d49ba50fc3edb2", size = 1200812, upload-time = "2025-05-09T20:42:25.325Z" },
|
|
2141
2169
|
]
|
|
2142
2170
|
|
|
2143
2171
|
[[package]]
|
|
@@ -2295,16 +2323,16 @@ wheels = [
|
|
|
2295
2323
|
|
|
2296
2324
|
[[package]]
|
|
2297
2325
|
name = "virtualenv"
|
|
2298
|
-
version = "20.
|
|
2326
|
+
version = "20.31.2"
|
|
2299
2327
|
source = { registry = "https://pypi.org/simple" }
|
|
2300
2328
|
dependencies = [
|
|
2301
2329
|
{ name = "distlib" },
|
|
2302
2330
|
{ name = "filelock" },
|
|
2303
2331
|
{ name = "platformdirs" },
|
|
2304
2332
|
]
|
|
2305
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2333
|
+
sdist = { url = "https://files.pythonhosted.org/packages/56/2c/444f465fb2c65f40c3a104fd0c495184c4f2336d65baf398e3c75d72ea94/virtualenv-20.31.2.tar.gz", hash = "sha256:e10c0a9d02835e592521be48b332b6caee6887f332c111aa79a09b9e79efc2af", size = 6076316, upload-time = "2025-05-08T17:58:23.811Z" }
|
|
2306
2334
|
wheels = [
|
|
2307
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2335
|
+
{ url = "https://files.pythonhosted.org/packages/f3/40/b1c265d4b2b62b58576588510fc4d1fe60a86319c8de99fd8e9fec617d2c/virtualenv-20.31.2-py3-none-any.whl", hash = "sha256:36efd0d9650ee985f0cad72065001e66d49a6f24eb44d98980f630686243cf11", size = 6057982, upload-time = "2025-05-08T17:58:21.15Z" },
|
|
2308
2336
|
]
|
|
2309
2337
|
|
|
2310
2338
|
[[package]]
|