From 828490e01a3d14e1b0ac3385ea196c72ab2cc950 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Sat, 10 Jun 2023 17:56:26 +0530 Subject: [PATCH] chore: bump many more old packages --- .../doctype/doctype/boilerplate/__init__.py | 0 pyproject.toml | 40 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 frappe/core/doctype/doctype/boilerplate/__init__.py diff --git a/frappe/core/doctype/doctype/boilerplate/__init__.py b/frappe/core/doctype/doctype/boilerplate/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/pyproject.toml b/pyproject.toml index 5339e194d7..687a08ac0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "Click~=8.1.3", "filelock~=3.8.0", "filetype~=1.2.0", - "GitPython~=3.1.30", + "GitPython~=3.1.31", "Jinja2~=3.1.2", "Pillow~=9.5.0", "PyJWT~=2.7.0", @@ -23,13 +23,13 @@ dependencies = [ "PyQRCode~=1.2.1", "PyYAML~=6.0", "RestrictedPython~=6.0", - "WeasyPrint==52.5", + "WeasyPrint==59.0", "Werkzeug~=2.3.4", "Whoosh~=2.7.4", - "beautifulsoup4~=4.9.3", + "beautifulsoup4~=4.12.2", "bleach-allowlist~=1.0.3", "bleach~=3.3.0", - "cairocffi==1.2.0", + "cairocffi==1.5.1", "chardet~=5.1.0", "croniter~=1.3.15", "cryptography~=41.0.1", @@ -39,35 +39,35 @@ dependencies = [ "html5lib~=1.1", "ipython~=8.10.0", "ldap3~=2.9", - "markdown2~=2.4.0", + "markdown2~=2.4.8", "MarkupSafe>=2.1.0,<3", "maxminddb-geolite2==2018.703", - "num2words~=0.5.10", - "oauthlib~=3.2.1", - "openpyxl~=3.0.7", + "num2words~=0.5.12", + "oauthlib~=3.2.2", + "openpyxl~=3.1.2", "passlib~=1.7.4", "pdfkit~=1.0.0", - "phonenumbers==8.12.40", + "phonenumbers==8.13.13", "premailer~=3.8.0", "psutil~=5.9.5", "psycopg2-binary~=2.9.1", "pyOpenSSL~=23.2.0", - "pycryptodome~=3.10.1", + "pycryptodome~=3.18.0", "pydantic~=1.10.8", - "pyotp~=2.6.0", - "python-dateutil~=2.8.1", + "pyotp~=2.8.0", + "python-dateutil~=2.8.2", "pytz==2023.3", "rauth~=0.7.3", "redis~=4.5.5", "hiredis~=2.2.3", - "requests-oauthlib~=1.3.0", + "requests-oauthlib~=1.3.1", "requests~=2.31.0", "rq~=1.15.0", "rsa>=4.1", "semantic-version~=2.10.0", - "sqlparse~=0.4.1", - "tenacity~=8.0.1", - "terminaltables~=3.1.0", + "sqlparse~=0.4.4", + "tenacity~=8.2.2", + "terminaltables~=3.1.10", "traceback-with-variables~=2.0.4", "xlrd~=2.0.1", "zxcvbn~=4.4.28", @@ -100,8 +100,8 @@ indent = "\t" [tool.bench.dev-dependencies] coverage = "~=6.5.0" -Faker = "~=13.12.1" -pyngrok = "~=5.0.5" -unittest-xml-reporting = "~=3.0.4" +Faker = "~=18.10.1" +pyngrok = "~=6.0.0" +unittest-xml-reporting = "~=3.2.0" watchdog = "~=3.0.0" -hypothesis = "~=6.68.2" +hypothesis = "~=6.77.0"