Skip to content

Update urllib3 version #324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions help_docs/customizing_test_runs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ In addition to [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/m
* Choose a BrowserStack server to run on
* Choose a Sauce Labs server to run on
* Choose a TestingBot server to run on
* Choose a CrossBrowserTesting server
* Choose a Selenium Grid to connect to
* Choose a database to save results to
* Choose a proxy server to connect to
Expand Down
4 changes: 2 additions & 2 deletions integrations/azure/jenkins/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* **(You'll be using your own repository eventually.)**


### Step 1. Get Jenkins from the Azure Marketplace
### Step 1. Find Jenkins in the Azure Marketplace

#### Go to [https://azuremarketplace.microsoft.com/en-au/marketplace/apps/azure-oss.jenkins](https://azuremarketplace.microsoft.com/en-au/marketplace/apps/azure-oss.jenkins) to get Jenkins.
#### Search for ["Jenkins" in the Azure Marketplace](https://portal.azure.com/#blade/Microsoft_Azure_Marketplace/GalleryFeaturedMenuItemBlade/selectedMenuItemId/home/searchQuery/jenkins/resetMenuId/) and select the ``Jenkins (Publisher: Microsoft)`` result to get to the Jenkins Start page.

![](https://cdn2.hubspot.net/hubfs/100006/images/jenkins_on_azure_01.png "Jenkins on Azure")

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ipdb
chardet
unittest2
selenium==3.141.0
urllib3==1.24.2
urllib3==1.24.3
requests>=2.21.0
pytest>=4.4.1
pytest-cov>=2.6.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name='seleniumbase',
version='1.23.6',
version='1.23.7',
description='Reliable Browser Automation & Testing Framework',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down Expand Up @@ -59,7 +59,7 @@
'chardet',
'unittest2',
'selenium==3.141.0',
'urllib3==1.24.2',
'urllib3==1.24.3',
'requests>=2.21.0',
'pytest>=4.4.1',
'pytest-cov>=2.6.1',
Expand Down