Skip to content

Commit

Permalink
Fix versions of cryptography and pyopenssl packages
Browse files Browse the repository at this point in the history
  • Loading branch information
borna-ng committed Oct 11, 2024
1 parent b6f1b99 commit 56f6687
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 47 deletions.
80 changes: 35 additions & 45 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python = "^3.8"
[tool.poetry.group.odoo.dependencies]
babel = "2.16.0"
chardet = "3.0.4"
cryptography = "42.0.7"
cryptography = "41.0.7" # Downgrade from 42.0.7 (odoo-addons-jobrad)
decorator = "4.4.2"
docutils = "0.16"
ebaysdk = "2.1.5"
Expand All @@ -28,7 +28,7 @@ polib = "1.1.0"
psutil = "5.6.7"
psycopg2 = "2.8.6"
pydot = "1.4.1"
pyopenssl = "19.0.0"
pyopenssl = "23.3.0"
PyPDF2 = "1.27.12"
pyserial = "3.4"
python-dateutil = "2.7.3"
Expand Down

0 comments on commit 56f6687

Please sign in to comment.