From 672e38d6ce2982bdeb6edff30e71cd835b4be01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Wed, 11 Oct 2023 17:35:14 -0600 Subject: [PATCH] chore: Sort dependencies --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 53ce6a7cf..0e2112522 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,21 +45,21 @@ cryptography = ">=3.4.6,<42.0.0" fs = ">=2.4.16" importlib-metadata = {version = "<7.0.0", markers = "python_version < \"3.8\""} importlib-resources = {version = ">=5.12.0", markers = "python_version < \"3.9\""} +inflection = ">=0.5.1" joblib = ">=1.0.1" jsonpath-ng = ">=1.5.3" jsonschema = ">=4.16.0" -inflection = ">=0.5.1" memoization = ">=0.3.2,<0.5.0" -requests = ">=2.25.1" -simpleeval = "^0.9.13" -simplejson = ">=3.17.6" -sqlalchemy = ">=1.4,<3.0" packaging = ">=23.1" pendulum = ">=2.1.0" PyJWT = "~=2.4" python-dotenv = ">=0.20,<0.22" pytz = ">=2022.2.1,<2024.0.0" PyYAML = ">=6.0" +requests = ">=2.25.1" +simpleeval = "^0.9.13" +simplejson = ">=3.17.6" +sqlalchemy = ">=1.4,<3.0" typing-extensions = ">=4.2.0" # urllib3 2.0 is not compatible with botocore urllib3 = ">=1.26,<2"