Skip to content

Commit

Permalink
Merge pull request #2364 from SFDO-Tooling/feature/week-5-dep-updates
Browse files Browse the repository at this point in the history
Week 5 Dependency Updates
  • Loading branch information
David Glick authored Feb 4, 2021
2 parents a1fb7d9 + eee3752 commit 1b3eb3a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def generate_continuation_data(self, fileobj):
o = data_generator_runtime.ObjectRow(
"Account", {"Name": "Johnston incorporated", "id": 5}
)
g.register_object(o, "The Company")
g.register_object(o, "The Company", False)
for i in range(0, 5):
# burn through 5 imaginary accounts
g.id_manager.generate_id("Account")
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@ click==7.1.2
coloredlogs==15.0
cryptography==3.3.1
docutils==0.16
Faker==5.6.3
Faker==5.8.0
fs==2.4.12
github3.py==1.3.0
humanfriendly==9.1
jinja2==2.11.2
jinja2==2.11.3
jwcrypto==0.8
keyring==21.8.0
keyring==22.0.1
lxml==4.6.2
MarkupSafe==1.1.1
pycparser==2.20
pydantic==1.7.3
PyJWT==2.0.1
python-dateutil==2.8.1
pytz==2020.5
PyYAML==5.4
pytz==2021.1
PyYAML==5.4.1
requests==2.25.1
robotframework==3.2.2
robotframework-pabot==1.10.1
robotframework-requests==0.8.0
robotframework-seleniumlibrary==4.5.0
robotframework-seleniumlibrary==5.0.0
rst2ansi==0.1.5
salesforce-bulk==2.2.0
sarge==0.1.6
selenium==3.141.0
simple-salesforce==1.10.1
six==1.15.0
snowfakery==1.4
SQLAlchemy==1.3.22
snowfakery==1.5
SQLAlchemy==1.3.23
terminaltables==3.1.0
typing-extensions==3.7.4.3
uritemplate==3.0.1
urllib3==1.26.2
urllib3==1.26.3
xmltodict==0.12.0
robotframework-lint==1.1
8 changes: 4 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-r requirements.txt
-e .
black==20.8b1
coverage[toml]==5.3.1
coverage[toml]==5.4
coveralls==3.0.0
flake8==3.8.4
pre-commit==2.9.3
pytest==6.2.1
pre-commit==2.10.0
pytest==6.2.2
pytest-vcr==1.0.2
responses==0.12.1
Sphinx==3.4.3
testfixtures==6.17.1
tox==3.21.2
tox==3.21.4
twine==3.3.0
typeguard==2.10.0
vcrpy==4.1.1
Expand Down

0 comments on commit 1b3eb3a

Please sign in to comment.