Skip to content
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

w13 dependency updates (automated) #3769

Merged
merged 3 commits into from
Mar 28, 2024
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
2 changes: 1 addition & 1 deletion cumulusci/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.85.0"
__version__ = "3.86.0"
2 changes: 1 addition & 1 deletion cumulusci/tasks/robotframework/libdoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def _run_task(self):
if library_name.endswith(".robot"):
libdoc = ResourceDocBuilder().build(library_name)
else:
libdoc = DocumentationBuilder(library_name).build(library_name)
libdoc = DocumentationBuilder().build(library_name)
kwfile.add_keywords(libdoc)

# if we get here, we were able to process the file correctly
Expand Down
16 changes: 14 additions & 2 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!-- latest-start -->

## v3.86.0 (2024-03-27)

<!-- Release notes generated using configuration in .github/release.yml at main -->

## What's Changed

### Changes 🎉

- @W-15258380 - Reloading of login URL's from env before creating jwt session by [@lakshmi2506](https://github.com/lakshmi2506) in [#3765](https://github.com/SFDO-Tooling/CumulusCI/pull/3765)

**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.85.0...v3.86.0

<!-- latest-stop -->

## v3.85.0 (2024-03-13)

<!-- Release notes generated using configuration in .github/release.yml at main -->
Expand All @@ -16,8 +30,6 @@

**Full Changelog**: https://github.com/SFDO-Tooling/CumulusCI/compare/v3.84.3...v3.85.0

<!-- latest-stop -->

## v3.84.3 (2024-02-24)

<!-- Release notes generated using configuration in .github/release.yml at main -->
Expand Down
112 changes: 57 additions & 55 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ alabaster==0.7.13
# via sphinx
appdirs==1.4.4
# via fs
attrs==23.1.0
attrs==23.2.0
# via
# jsonschema
# pytest
# referencing
authlib==1.2.1
authlib==1.3.0
# via simple-salesforce
babel==2.13.1
babel==2.14.0
# via sphinx
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via furo
black==23.11.0
black==24.3.0
# via cumulusci (pyproject.toml)
cachetools==5.3.2
cachetools==5.3.3
# via tox
certifi==2023.7.22
certifi==2024.2.2
# via
# requests
# snowfakery
Expand All @@ -33,30 +33,30 @@ cfgv==3.4.0
# via pre-commit
chardet==5.2.0
# via tox
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via
# requests
# snowfakery
click==8.1.6
click==8.1.7
# via
# black
# cumulusci (pyproject.toml)
# snowfakery
colorama==0.4.6
# via tox
coverage[toml]==7.3.2
coverage[toml]==7.4.4
# via
# cumulusci (pyproject.toml)
# pytest-cov
cryptography==41.0.7
cryptography==42.0.5
# via
# authlib
# cumulusci (pyproject.toml)
# pyjwt
# secretstorage
defusedxml==0.7.1
# via cumulusci (pyproject.toml)
distlib==0.3.7
distlib==0.3.8
# via virtualenv
docutils==0.16
# via
Expand All @@ -65,18 +65,18 @@ docutils==0.16
# sphinx
factory-boy==3.3.0
# via cumulusci (pyproject.toml)
faker==19.3.0
faker==24.4.0
# via
# cumulusci (pyproject.toml)
# factory-boy
# faker-edu
# faker-nonprofit
# snowfakery
faker-edu==1.0.0
faker-edu==1.1.0
# via snowfakery
faker-nonprofit==1.0.0
# via snowfakery
filelock==3.13.1
filelock==3.13.3
# via
# tox
# virtualenv
Expand All @@ -88,56 +88,58 @@ furo==2023.3.27
# via cumulusci (pyproject.toml)
github3-py==4.0.1
# via cumulusci (pyproject.toml)
greenlet==3.0.1
# via sqlalchemy
greenlet==3.0.3
# via
# snowfakery
# sqlalchemy
gvgen==1.0
# via snowfakery
identify==2.5.32
identify==2.5.35
# via pre-commit
idna==3.4
idna==3.6
# via
# requests
# snowfakery
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.1.0
# via
# keyring
# sphinx
importlib-resources==6.1.1
importlib-resources==6.4.0
# via
# jsonschema
# jsonschema-specifications
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.2
# via cumulusci (pyproject.toml)
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
jinja2==3.1.3
# via
# cumulusci (pyproject.toml)
# myst-parser
# snowfakery
# sphinx
jsonschema==4.20.0
jsonschema==4.21.1
# via cumulusci (pyproject.toml)
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
keyring==23.0.1
# via cumulusci (pyproject.toml)
lxml==4.9.3
lxml==5.1.0
# via cumulusci (pyproject.toml)
markdown-it-py==2.2.0
# via
# cumulusci (pyproject.toml)
# mdit-py-plugins
# myst-parser
# rich
markupsafe==2.1.3
markupsafe==2.1.5
# via
# cumulusci (pyproject.toml)
# jinja2
Expand All @@ -148,7 +150,7 @@ mdit-py-plugins==0.3.5
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
multidict==6.0.5
# via yarl
mypy-extensions==1.0.0
# via black
Expand All @@ -158,37 +160,37 @@ natsort==8.4.0
# via robotframework-pabot
nodeenv==1.8.0
# via pre-commit
packaging==23.2
packaging==24.0
# via
# black
# pyproject-api
# pytest
# sphinx
# tox
pathspec==0.11.2
pathspec==0.12.1
# via black
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==4.0.0
platformdirs==4.2.0
# via
# black
# tox
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via
# pytest
# tox
pre-commit==3.5.0
# via cumulusci (pyproject.toml)
psutil==5.9.6
psutil==5.9.8
# via cumulusci (pyproject.toml)
py==1.11.0
# via pytest
pycodestyle==2.7.0
# via flake8
pycparser==2.21
# via cffi
pydantic==1.10.12
pydantic==1.10.14
# via
# cumulusci (pyproject.toml)
# snowfakery
Expand All @@ -211,21 +213,21 @@ pytest==7.0.1
# pytest-cov
# pytest-random-order
# pytest-vcr
pytest-cov==4.1.0
pytest-cov==5.0.0
# via cumulusci (pyproject.toml)
pytest-random-order==1.1.0
pytest-random-order==1.1.1
# via cumulusci (pyproject.toml)
pytest-vcr==1.0.2
# via cumulusci (pyproject.toml)
python-baseconv==1.2.2
# via snowfakery
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# cumulusci (pyproject.toml)
# faker
# github3-py
# snowfakery
pytz==2023.3.post1
pytz==2024.1
# via
# babel
# cumulusci (pyproject.toml)
Expand All @@ -237,7 +239,7 @@ pyyaml==6.0.1
# responses
# snowfakery
# vcrpy
referencing==0.31.1
referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -256,26 +258,26 @@ requests-futures==1.0.1
# via cumulusci (pyproject.toml)
responses==0.23.1
# via cumulusci (pyproject.toml)
rich==13.7.0
rich==13.7.1
# via cumulusci (pyproject.toml)
robotframework==6.1.1
robotframework==7.0
# via
# cumulusci (pyproject.toml)
# robotframework-pabot
# robotframework-requests
# robotframework-seleniumlibrary
# robotframework-stacktrace
robotframework-pabot==2.16.0
robotframework-pabot==2.18.0
# via cumulusci (pyproject.toml)
robotframework-pythonlibcore==4.3.0
robotframework-pythonlibcore==4.4.0
# via robotframework-seleniumlibrary
robotframework-requests==0.9.6
# via cumulusci (pyproject.toml)
robotframework-seleniumlibrary==5.1.3
# via cumulusci (pyproject.toml)
robotframework-stacktrace==0.4.1
# via robotframework-pabot
rpds-py==0.13.2
rpds-py==0.18.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -303,7 +305,7 @@ six==1.16.0
# snowfakery
snowballstemmer==2.2.0
# via sphinx
snowfakery==3.6.1
snowfakery==3.6.2
# via cumulusci (pyproject.toml)
soupsieve==2.5
# via beautifulsoup4
Expand All @@ -327,11 +329,11 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlalchemy==1.4.49
sqlalchemy==1.4.52
# via
# cumulusci (pyproject.toml)
# snowfakery
testfixtures==7.2.2
testfixtures==8.1.0
# via cumulusci (pyproject.toml)
tomli==2.0.1
# via
Expand All @@ -340,13 +342,13 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.11.4
tox==4.14.2
# via cumulusci (pyproject.toml)
typeguard==2.13.3
# via cumulusci (pyproject.toml)
types-pyyaml==6.0.12.12
types-pyyaml==6.0.12.20240311
# via responses
typing-extensions==4.7.1
typing-extensions==4.10.0
# via
# black
# faker
Expand All @@ -357,28 +359,28 @@ unicodecsv==0.14.1
# via salesforce-bulk
uritemplate==4.1.1
# via github3-py
urllib3==1.26.16
urllib3==1.26.18
# via
# requests
# responses
# selenium
# snowfakery
# vcrpy
vcrpy==5.1.0
vcrpy==6.0.1
# via
# cumulusci (pyproject.toml)
# pytest-vcr
virtualenv==20.24.7
virtualenv==20.25.1
# via
# pre-commit
# tox
wrapt==1.16.0
# via vcrpy
xmltodict==0.13.0
# via cumulusci (pyproject.toml)
yarl==1.9.3
yarl==1.9.4
# via vcrpy
zipp==3.17.0
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
Expand Down
Loading
Loading