Merge PRs #190, #184, #185, #189 and #194 into unstable/v1

This commit is contained in:
Sviatoslav Sydorenko
2023-11-29 03:23:56 +01:00
4 changed files with 19 additions and 11 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
# pip-compile --allow-unsafe --output-file=requirements/runtime-prerequisites.txt --resolver=backtracking --strip-extras requirements/runtime-prerequisites.in
#
pip-with-requires-python==1.0.1
# via -r requirements/runtime-prerequisites.in
# via -r runtime-prerequisites.in
# The following packages are considered to be unsafe in a requirements file:
pip==22.3.1
pip==23.3
# via pip-with-requires-python
+2 -2
View File
@@ -14,7 +14,7 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
cryptography==41.0.3
cryptography==41.0.6
# via secretstorage
docutils==0.20.1
# via readme-renderer
@@ -76,7 +76,7 @@ typing-extensions==4.7.1
# via
# pydantic
# pydantic-core
urllib3==2.0.6
urllib3==2.0.7
# via
# requests
# twine