-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 2.6.0 changes from BB SIMPLE-5561 fixed test with events Updated test requirements Bumped requests to 2.31.0 to prevent known vulnerabilities
- Loading branch information
Showing
11 changed files
with
58 additions
and
52 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,28 @@ | ||
anyio==3.6.2; python_full_version >= "3.6.2" and python_version >= "3.7" | ||
attrs==22.1.0; python_version >= "3.7" | ||
certifi==2022.9.24; python_version >= "3.7" | ||
cfgv==3.3.1; python_full_version >= "3.6.1" and python_version >= "3.7" | ||
certifi==2022.12.7; python_version >= "3.7" | ||
cfgv==3.3.1; python_full_version >= "3.6.1" and python_version >= "3.8" | ||
colorama==0.4.6; python_version >= "3.7" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.7" and python_full_version >= "3.7.0" | ||
distlib==0.3.6; python_version >= "3.7" | ||
exceptiongroup==1.0.4; python_version < "3.11" and python_version >= "3.7" | ||
filelock==3.8.0; python_version >= "3.7" | ||
flake8==5.0.4; python_full_version >= "3.6.1" | ||
distlib==0.3.6; python_version >= "3.8" | ||
exceptiongroup==1.1.1; python_version < "3.11" and python_version >= "3.7" | ||
filelock==3.11.0; python_version >= "3.8" | ||
flake8==6.0.0; python_full_version >= "3.8.1" | ||
h11==0.14.0; python_version >= "3.7" | ||
httpcore==0.16.2; python_version >= "3.7" | ||
httpx==0.23.1; python_version >= "3.7" | ||
identify==2.5.9; python_version >= "3.7" | ||
idna==3.4; python_version >= "3.7" and python_full_version >= "3.6.2" | ||
iniconfig==1.1.1; python_version >= "3.7" | ||
mccabe==0.7.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
nodeenv==1.7.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.7.0" and python_version >= "3.7" | ||
packaging==21.3; python_version >= "3.7" | ||
platformdirs==2.5.4; python_version >= "3.7" | ||
httpcore==0.17.0; python_version >= "3.7" | ||
httpx==0.24.0; python_version >= "3.7" | ||
identify==2.5.22; python_version >= "3.8" | ||
idna==3.4; python_full_version >= "3.6.2" and python_version >= "3.7" | ||
iniconfig==2.0.0; python_version >= "3.7" | ||
mccabe==0.7.0; python_version >= "3.6" and python_full_version >= "3.8.1" | ||
nodeenv==1.7.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.7.0" and python_version >= "3.8" | ||
packaging==23.1; python_version >= "3.7" | ||
platformdirs==3.2.0; python_version >= "3.8" | ||
pluggy==1.0.0; python_version >= "3.7" | ||
pre-commit==2.20.0; python_version >= "3.7" | ||
pycodestyle==2.9.1; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
pyflakes==2.5.0; python_version >= "3.6" and python_full_version >= "3.6.1" | ||
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7" | ||
pytest==7.2.0; python_version >= "3.7" | ||
pyyaml==6.0; python_version >= "3.7" | ||
pre-commit==3.2.2; python_version >= "3.8" | ||
pycodestyle==2.10.0; python_version >= "3.6" and python_full_version >= "3.8.1" | ||
pyflakes==3.0.1; python_version >= "3.6" and python_full_version >= "3.8.1" | ||
pytest==7.3.1; python_version >= "3.7" | ||
pyyaml==6.0; python_version >= "3.8" | ||
respx==0.20.1; python_version >= "3.7" | ||
rfc3986==1.5.0; python_version >= "3.7" | ||
sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" | ||
toml==0.10.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7" | ||
tomli==2.0.1; python_version < "3.11" and python_version >= "3.7" | ||
virtualenv==20.17.0; python_version >= "3.7" | ||
virtualenv==20.21.0; python_version >= "3.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ | |
|
||
|
||
class Licensing: | ||
|
||
max_wait = 30 | ||
wait_interval = 1.5 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters