Skip to content

Commit f513124

Browse files
authored
Merge pull request #324 from seleniumbase/update-urllib3-version
Update urllib3 version
2 parents 62e5b43 + 7989186 commit f513124

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ In addition to [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/m
1313
* Choose a BrowserStack server to run on
1414
* Choose a Sauce Labs server to run on
1515
* Choose a TestingBot server to run on
16+
* Choose a CrossBrowserTesting server
1617
* Choose a Selenium Grid to connect to
1718
* Choose a database to save results to
1819
* Choose a proxy server to connect to

integrations/azure/jenkins/ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
* **(You'll be using your own repository eventually.)**
88

99

10-
### Step 1. Get Jenkins from the Azure Marketplace
10+
### Step 1. Find Jenkins in the Azure Marketplace
1111

12-
#### 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.
12+
#### 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.
1313

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ipdb
66
chardet
77
unittest2
88
selenium==3.141.0
9-
urllib3==1.24.2
9+
urllib3==1.24.3
1010
requests>=2.21.0
1111
pytest>=4.4.1
1212
pytest-cov>=2.6.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name='seleniumbase',
20-
version='1.23.6',
20+
version='1.23.7',
2121
description='Reliable Browser Automation & Testing Framework',
2222
long_description=long_description,
2323
long_description_content_type='text/markdown',
@@ -59,7 +59,7 @@
5959
'chardet',
6060
'unittest2',
6161
'selenium==3.141.0',
62-
'urllib3==1.24.2',
62+
'urllib3==1.24.3',
6363
'requests>=2.21.0',
6464
'pytest>=4.4.1',
6565
'pytest-cov>=2.6.1',

0 commit comments

Comments
 (0)