Skip to content

Commit

Permalink
Merge branch 'feature/3.37.0' of https://github.com/SFDO-Tooling/Cumu…
Browse files Browse the repository at this point in the history
…lusCI into feature/3.37.0
  • Loading branch information
davidmreed committed Jun 10, 2021
2 parents c226f85 + 2876c7e commit 3509458
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
18 changes: 10 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ babel==2.9.1
# via sphinx
beautifulsoup4==4.9.3
# via furo
black==21.5b1
black==21.5b2
# via -r requirements/dev.in
bleach==3.3.0
# via readme-renderer
certifi==2020.12.5
certifi==2021.5.30
# via
# -c requirements/prod.txt
# requests
Expand All @@ -46,7 +46,7 @@ coverage[toml]==5.5
# coveralls
coveralls==3.1.0
# via -r requirements/dev.in
distlib==0.3.1
distlib==0.3.2
# via virtualenv
docopt==0.6.2
# via coveralls
Expand All @@ -57,7 +57,7 @@ docutils==0.16
# sphinx
factory-boy==3.2.0
# via -r requirements/dev.in
faker==8.2.1
faker==8.6.0
# via
# -c requirements/prod.txt
# factory-boy
Expand All @@ -69,7 +69,7 @@ flake8==3.9.2
# via -r requirements/dev.in
furo==2021.4.11b34
# via -r requirements/dev.in
identify==2.2.6
identify==2.2.10
# via pre-commit
idna==2.10
# via
Expand All @@ -80,7 +80,7 @@ imagesize==1.2.0
# via sphinx
immutables==0.15
# via contextvars
importlib-metadata==4.0.1
importlib-metadata==4.5.0
# via
# -c requirements/prod.txt
# keyring
Expand Down Expand Up @@ -233,7 +233,7 @@ twine==3.4.1
# via -r requirements/dev.in
typeguard==2.10.0
# via -r requirements/dev.in
urllib3==1.26.4
urllib3==1.26.5
# via
# -c requirements/prod.txt
# requests
Expand All @@ -251,7 +251,9 @@ webencodings==0.5.1
wheel==0.36.2
# via -r requirements/dev.in
wrapt==1.12.1
# via vcrpy
# via
# -c requirements/prod.txt
# vcrpy
yarl==1.6.3
# via vcrpy
zipp==3.4.1
Expand Down
24 changes: 16 additions & 8 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
appdirs==1.4.4
# via fs
authlib==0.15.3
authlib==0.15.4
# via simple-salesforce
certifi==2020.12.5
certifi==2021.5.30
# via requests
cffi==1.14.5
# via cryptography
Expand All @@ -25,9 +25,11 @@ cryptography==3.4.7
# -r requirements/prod.in
# authlib
# jwcrypto
deprecated==1.2.12
# via jwcrypto
docutils==0.16
# via -r requirements/prod.in
faker==8.2.1
faker==8.6.0
# via
# -r requirements/prod.in
# snowfakery
Expand All @@ -43,13 +45,13 @@ humanfriendly==9.1
# via coloredlogs
idna==2.10
# via requests
importlib-metadata==4.0.1
importlib-metadata==4.5.0
# via keyring
jinja2==2.11.3
# via
# -r requirements/prod.in
# snowfakery
jwcrypto==0.8
jwcrypto==0.9
# via github3.py
keyring==23.0.1
# via -r requirements/prod.in
Expand Down Expand Up @@ -90,21 +92,24 @@ requests==2.25.1
# simple-salesforce
robotframework-lint==1.1
# via -r requirements/prod.in
robotframework-pabot==1.13
robotframework-pabot==2.0.0
# via -r requirements/prod.in
robotframework-pythonlibcore==2.2.1
# via robotframework-seleniumlibrary
robotframework-requests==0.9.1
# via -r requirements/prod.in
robotframework-seleniumlibrary==5.1.3
# via -r requirements/prod.in
robotframework-stacktrace==0.4.0
# via robotframework-pabot
robotframework==4.0.3
# via
# -r requirements/prod.in
# robotframework-lint
# robotframework-pabot
# robotframework-requests
# robotframework-seleniumlibrary
# robotframework-stacktrace
rst2ansi==0.1.5
# via -r requirements/prod.in
salesforce-bulk==2.2.0
Expand All @@ -122,11 +127,12 @@ simple-salesforce==1.11.1
six==1.16.0
# via
# fs
# jwcrypto
# python-dateutil
# salesforce-bulk
snowfakery==1.12
# via -r requirements/prod.in
sqlalchemy==1.4.15
sqlalchemy==1.4.17
# via
# -r requirements/prod.in
# snowfakery
Expand All @@ -142,10 +148,12 @@ unicodecsv==0.14.1
# via salesforce-bulk
uritemplate==3.0.1
# via github3.py
urllib3==1.26.4
urllib3==1.26.5
# via
# requests
# selenium
wrapt==1.12.1
# via deprecated
xmltodict==0.12.0
# via -r requirements/prod.in
zipp==3.4.1
Expand Down

0 comments on commit 3509458

Please sign in to comment.