From 1d2a8a11685b0917113dbe924ff013d43d76c135 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 21 Mar 2022 20:32:30 +0100 Subject: [PATCH] Upgrade dependencies --- pdm.lock | 19 +++++++++---------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/pdm.lock b/pdm.lock index bfe45c3..52c49dc 100644 --- a/pdm.lock +++ b/pdm.lock @@ -180,7 +180,7 @@ summary = "A fast and thorough lazy object proxy." [[package]] name = "macholib" -version = "1.15.2" +version = "1.16" summary = "Mach-O header analysis and editing" dependencies = [ "altgraph>=0.15", @@ -282,7 +282,6 @@ summary = "Python style guide checker" [[package]] name = "pycparser" version = "2.21" -requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" summary = "C parser in Python" [[package]] @@ -347,7 +346,7 @@ summary = "A Python SOCKS client module. See https://github.com/Anorov/PySocks f [[package]] name = "pytest" -version = "7.1.0" +version = "7.1.1" requires_python = ">=3.7" summary = "pytest: simple powerful testing with Python" dependencies = [ @@ -555,7 +554,7 @@ dependencies = [ [metadata] lock_version = "3.1" -content_hash = "sha256:4cfe27ec20e9923c09bc84e34df175d2c9b744e87144ddf84fd660eef2ade521" +content_hash = "sha256:2f987c3e7f97cf592c0366dfa6f3e7c95d77ad82b950872fc53577fd5a40267e" [metadata.files] "altgraph 0.17.2" = [ @@ -758,9 +757,9 @@ content_hash = "sha256:4cfe27ec20e9923c09bc84e34df175d2c9b744e87144ddf84fd660eef {file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl", hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84"}, {file = "lazy-object-proxy-1.7.1.tar.gz", hash = "sha256:d609c75b986def706743cdebe5e47553f4a5a1da9c5ff66d76013ef396b5a8a4"}, ] -"macholib 1.15.2" = [ - {file = "macholib-1.15.2-py2.py3-none-any.whl", hash = "sha256:885613dd02d3e26dbd2b541eb4cc4ce611b841f827c0958ab98656e478b9e6f6"}, - {file = "macholib-1.15.2.tar.gz", hash = "sha256:1542c41da3600509f91c165cb897e7e54c0e74008bd8da5da7ebbee519d593d2"}, +"macholib 1.16" = [ + {file = "macholib-1.16-py2.py3-none-any.whl", hash = "sha256:5a0742b587e6e57bfade1ab90651d4877185bf66fd4a176a488116de36878229"}, + {file = "macholib-1.16.tar.gz", hash = "sha256:001bf281279b986a66d7821790d734e61150d52f40c080899df8fefae056e9f7"}, ] "mccabe 0.6.1" = [ {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, @@ -906,9 +905,9 @@ content_hash = "sha256:4cfe27ec20e9923c09bc84e34df175d2c9b744e87144ddf84fd660eef {file = "PySocks-1.7.1-py3-none-any.whl", hash = "sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5"}, {file = "PySocks-1.7.1.tar.gz", hash = "sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"}, ] -"pytest 7.1.0" = [ - {file = "pytest-7.1.0-py3-none-any.whl", hash = "sha256:b555252a95bbb2a37a97b5ac2eb050c436f7989993565f5e0c9128fcaacadd0e"}, - {file = "pytest-7.1.0.tar.gz", hash = "sha256:f1089d218cfcc63a212c42896f1b7fbf096874d045e1988186861a1a87d27b47"}, +"pytest 7.1.1" = [ + {file = "pytest-7.1.1-py3-none-any.whl", hash = "sha256:92f723789a8fdd7180b6b06483874feca4c48a5c76968e03bb3e7f806a1869ea"}, + {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, ] "pywin32 303" = [ {file = "pywin32-303-cp310-cp310-win32.whl", hash = "sha256:6fed4af057039f309263fd3285d7b8042d41507343cd5fa781d98fcc5b90e8bb"}, diff --git a/pyproject.toml b/pyproject.toml index b41714f..00bdf5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "pywin32==303; sys_platform == 'win32'", "selenium~=4.1", "selenium_stealth~=1.0", - "webdriver_manager~=3.5" + "webdriver_manager==3.5.3" # version 3.5.4 breaks browser detection on Windows/MacOs ] [project.urls]