Skip to content

Commit

Permalink
Merge pull request #29 from shanejansen/dependabot/pip/urllib3-1.26.5
Browse files Browse the repository at this point in the history
Bump urllib3 from 1.26.4 to 1.26.5
  • Loading branch information
shanejansen authored Aug 23, 2021
2 parents 0bb1f46 + 82f7178 commit 7f4593d
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 31 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/touchstone-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Touchstone Tests
on:
push:
branches:
- 'develop'
- 'master'
- 'hotfix/**'
- 'release/**'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pyspark = "~=2.3.2"
pyfiglet = "~=0.8"
click = "~=7.0"
pika = "~=1.1"
pyyaml = "~=5.2"
pyyaml = "~=5.4"
pymongo = "~=3.10"
pymysql = "~=0.9.3"
minio = "~=5.0.7"
Expand Down
67 changes: 39 additions & 28 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'pyfiglet~=0.8',
'click~=7.0',
'pika~=1.1',
'pyyaml~=5.2',
'pyyaml~=5.4',
'pymongo~=3.10',
'pymysql~=0.9.3',
'minio~=5.0.7'
Expand Down

0 comments on commit 7f4593d

Please sign in to comment.