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

w18 dependency updates (automated) #3778

Merged
merged 2 commits into from
May 3, 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
30 changes: 15 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ babel==2.14.0
# via sphinx
beautifulsoup4==4.12.3
# via furo
black==24.3.0
black==24.4.2
# via cumulusci (pyproject.toml)
cachetools==5.3.3
# via tox
Expand All @@ -44,7 +44,7 @@ click==8.1.7
# snowfakery
colorama==0.4.6
# via tox
coverage[toml]==7.4.4
coverage[toml]==7.5.0
# via
# cumulusci (pyproject.toml)
# pytest-cov
Expand Down Expand Up @@ -76,7 +76,7 @@ faker-edu==1.1.0
# via snowfakery
faker-nonprofit==1.0.0
# via snowfakery
filelock==3.13.3
filelock==3.14.0
# via
# tox
# virtualenv
Expand All @@ -94,7 +94,7 @@ greenlet==3.0.3
# sqlalchemy
gvgen==1.0
# via snowfakery
identify==2.5.35
identify==2.5.36
# via pre-commit
idna==3.6
# via
Expand Down Expand Up @@ -125,13 +125,13 @@ jinja2==3.1.3
# myst-parser
# snowfakery
# sphinx
jsonschema==4.21.1
jsonschema==4.22.0
# via cumulusci (pyproject.toml)
jsonschema-specifications==2023.12.1
# via jsonschema
keyring==23.0.1
# via cumulusci (pyproject.toml)
lxml==5.1.0
lxml==5.2.1
# via cumulusci (pyproject.toml)
markdown-it-py==2.2.0
# via
Expand Down Expand Up @@ -171,12 +171,12 @@ pathspec==0.12.1
# via black
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==4.2.0
platformdirs==4.2.1
# via
# black
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# pytest
# tox
Expand All @@ -188,7 +188,7 @@ py==1.11.0
# via pytest
pycodestyle==2.7.0
# via flake8
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==1.10.14
# via
Expand Down Expand Up @@ -239,7 +239,7 @@ pyyaml==6.0.1
# responses
# snowfakery
# vcrpy
referencing==0.34.0
referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -269,9 +269,9 @@ robotframework==7.0
# robotframework-stacktrace
robotframework-pabot==2.18.0
# via cumulusci (pyproject.toml)
robotframework-pythonlibcore==4.4.0
robotframework-pythonlibcore==4.4.1
# via robotframework-seleniumlibrary
robotframework-requests==0.9.6
robotframework-requests==0.9.7
# via cumulusci (pyproject.toml)
robotframework-seleniumlibrary==5.1.3
# via cumulusci (pyproject.toml)
Expand Down Expand Up @@ -333,7 +333,7 @@ sqlalchemy==1.4.52
# via
# cumulusci (pyproject.toml)
# snowfakery
testfixtures==8.1.0
testfixtures==8.2.0
# via cumulusci (pyproject.toml)
tomli==2.0.1
# via
Expand All @@ -342,7 +342,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.14.2
tox==4.15.0
# via cumulusci (pyproject.toml)
typeguard==2.13.3
# via cumulusci (pyproject.toml)
Expand Down Expand Up @@ -370,7 +370,7 @@ vcrpy==6.0.1
# via
# cumulusci (pyproject.toml)
# pytest-vcr
virtualenv==20.25.1
virtualenv==20.26.1
# via
# pre-commit
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jinja2==3.1.3
# snowfakery
keyring==23.0.1
# via cumulusci (pyproject.toml)
lxml==5.1.0
lxml==5.2.1
# via cumulusci (pyproject.toml)
markdown-it-py==2.2.0
# via
Expand All @@ -85,7 +85,7 @@ natsort==8.4.0
# via robotframework-pabot
psutil==5.9.8
# via cumulusci (pyproject.toml)
pycparser==2.21
pycparser==2.22
# via cffi
pydantic==1.10.14
# via
Expand Down Expand Up @@ -133,9 +133,9 @@ robotframework==7.0
# robotframework-stacktrace
robotframework-pabot==2.18.0
# via cumulusci (pyproject.toml)
robotframework-pythonlibcore==4.4.0
robotframework-pythonlibcore==4.4.1
# via robotframework-seleniumlibrary
robotframework-requests==0.9.6
robotframework-requests==0.9.7
# via cumulusci (pyproject.toml)
robotframework-seleniumlibrary==5.1.3
# via cumulusci (pyproject.toml)
Expand Down
Loading