[UPD] poetry downgrade astor

This commit is contained in:
Mathieu Benoit 2025-11-16 04:10:05 -05:00
parent 32fe737bd8
commit b66f075431
2 changed files with 18 additions and 24 deletions

View file

@ -236,14 +236,10 @@ description = "Read/rewrite/write Python ASTs"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7"
groups = ["main"]
files = []
develop = false
[package.source]
type = "git"
url = "https://github.com/berkerpeksag/astor.git"
reference = "HEAD"
resolved_reference = "df09001112f079db54e7c5358fa143e1e63e74c4"
files = [
{file = "astor-0.8.1-py2.py3-none-any.whl", hash = "sha256:070a54e890cefb5b3739d19f30f5a5ec840ffc9c50ffa7d23cc9fc1a38ebbfc5"},
{file = "astor-0.8.1.tar.gz", hash = "sha256:6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e"},
]
[[package]]
name = "astroid"
@ -5508,20 +5504,20 @@ certifi = "*"
[[package]]
name = "pyrdfa3"
version = "3.6.4"
version = "3.6.2"
description = "pyRdfa distiller/parser library"
optional = false
python-versions = ">=3.8"
python-versions = ">=3.7"
groups = ["main"]
files = [
{file = "pyRdfa3-3.6.4-py3-none-any.whl", hash = "sha256:ed11affa5567ab7afdbc939a58f9286a274447f3ab2999c260c56b5c6e87fb2f"},
{file = "pyrdfa3-3.6.4.tar.gz", hash = "sha256:64712d1a4bf21829652b39715bada6e7c03bcf19cb49f962c190a38f46172243"},
{file = "pyRdfa3-3.6.2-py3-none-any.whl", hash = "sha256:290c2fa966ddd1b45ac94a727da144f5a233ed58c63c370e3d68e6d00b0dee5d"},
{file = "pyRdfa3-3.6.2.tar.gz", hash = "sha256:73681dab957f60901696767388b956a5769c730bc451da6ffb2f0e36f18314c2"},
]
[package.dependencies]
html5lib = ">=1.1"
rdflib = ">=7.0.0"
requests = ">=2.32.3"
rdflib = ">=6.1.1"
requests = ">=2.25.1"
[[package]]
name = "pysaml2"
@ -6109,19 +6105,19 @@ renderpm = ["rl-renderPM (>=4.0.3,<4.1)"]
[[package]]
name = "requests"
version = "2.32.5"
version = "2.31.0"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.9"
python-versions = ">=3.7"
groups = ["main"]
files = [
{file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"},
{file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"},
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"},
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"},
]
[package.dependencies]
certifi = ">=2017.4.17"
charset_normalizer = ">=2,<4"
charset-normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"
@ -7587,4 +7583,4 @@ bindings = ["ghostscript"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.12.10,<3.13"
content-hash = "f4c9c406906f506d3066a83c7f0af44b3dfaa014d0dba8ea8e7f971b2b1b6fca"
content-hash = "dbaec4d02268ccbbda43f45877b14aa6b6b7d320ba692b2db0ecc3540c000a2b"

View file

@ -20,6 +20,7 @@ authors = [ "Mathieu Benoit <mathben@technolibre.ca>",]
[tool.poetry.dependencies]
python = ">=3.12.10,<3.13"
asn1crypto = "1.5.1"
astor = "^0.8.1"
avalara = "^25.9.0"
babel = "2.10.3"
bandit = "^1.8.6"
@ -144,7 +145,7 @@ qrcode = "7.4.2"
radon = "^6.0.1"
redis = "^7.0.1"
reportlab = "4.1.0"
requests = ">=2.31.0"
requests = "2.31.0"
requests-toolbelt = "^1.0.0"
rjsmin = "1.2.0"
roulier = "^1.1.1"
@ -171,9 +172,6 @@ xlwt = "1.3.0"
xmltodict = "0.13.0"
zeep = "4.2.1"
[tool.poetry.dependencies.astor]
git = "https://github.com/berkerpeksag/astor.git"
[tool.poetry.dependencies.black]
git = "https://github.com/psf/black.git"
rev = "24.8.0"