Skip to content

Commit 7b66b54

Browse files
chore(deps): update all dependencies
1 parent d83cc4a commit 7b66b54

File tree

3 files changed

+37
-56
lines changed

3 files changed

+37
-56
lines changed

Dockerfile-saucelabs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
FROM circleci/python:3.7
16+
FROM circleci/python:3.10
1717
RUN curl https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz -o /home/circleci/saucelabs.tar.gz
1818
RUN tar -xzf /home/circleci/saucelabs.tar.gz --directory /home/circleci/
1919
CMD /home/circleci/sc-4.6.2-linux/bin/sc -u $SAUCE_USERNAME -k $SAUCE_PASSWORD -i $SAUCE_TUNNEL_ID --no-remove-colliding-tunnels -v --se-port 4445

poetry.lock

Lines changed: 35 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pytest-splunk-addon = "^5.0.0"
4747
pytest11 = { "ucc-smartx" = "pytest_splunk_addon_ui_smartx.plugin" }
4848

4949
[tool.poetry.group.dev.dependencies]
50-
pytest = ">=5.4, <7.3"
50+
pytest = ">=7.4, <8"
5151
Sphinx = "*"
5252
sphinx_rtd_theme = "*"
5353
sphinx-panels = "*"

0 commit comments

Comments
 (0)