From 70e25fbeb622cb14796f606b1c06622af561c9fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Szulc?= Date: Wed, 5 Feb 2025 13:58:35 +0100 Subject: [PATCH] Update reqs --- pyproject.toml | 4 ++-- requirements/dev.txt | 4 ++-- requirements/docs.txt | 4 ++-- requirements/prod.txt | 9 +++++++-- requirements/test.txt | 4 ++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06cb835616..6fcd3e9067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,12 +46,12 @@ dependencies = [ "openpyxl==2.4.0", "py-moneyed==1.2", "python-dateutil==2.4.2", - "pytz==2024.2", + "pytz==2025.1", "redis==3.2.1", "requests-oauthlib==1.3.0", "requests==2.20.0", "rq==1.0", - "six>=1.9.0", + "six==1.16.0", "sqlparse==0.2.3", "tablib==0.11.5", "typing==3.6.6", diff --git a/requirements/dev.txt b/requirements/dev.txt index ace267c9c1..c24ff2a43a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -444,7 +444,7 @@ python-ldap==3.4.4 # via django-auth-ldap python-novaclient==3.2.0 # via ralph (pyproject.toml) -pytz==2024.2 +pytz==2025.1 # via # ralph (pyproject.toml) # babel @@ -516,7 +516,7 @@ simplejson==3.8.2 # via # ralph (pyproject.toml) # python-novaclient -six==1.17.0 +six==1.16.0 # via # ralph (pyproject.toml) # debtcollector diff --git a/requirements/docs.txt b/requirements/docs.txt index 3615bf81f6..4ae494139b 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -335,7 +335,7 @@ python-ldap==3.4.4 # via django-auth-ldap python-novaclient==3.2.0 # via ralph (pyproject.toml) -pytz==2024.2 +pytz==2025.1 # via # ralph (pyproject.toml) # babel @@ -400,7 +400,7 @@ simplejson==3.8.2 # via # ralph (pyproject.toml) # python-novaclient -six==1.17.0 +six==1.16.0 # via # ralph (pyproject.toml) # debtcollector diff --git a/requirements/prod.txt b/requirements/prod.txt index db624aadc9..3daa671959 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -299,7 +299,7 @@ python-ldap==3.4.4 # via django-auth-ldap python-novaclient==3.2.0 # via ralph (pyproject.toml) -pytz==2024.2 +pytz==2025.1 # via # ralph (pyproject.toml) # babel @@ -351,11 +351,16 @@ rq==1.0 # via # ralph (pyproject.toml) # django-rq +setuptools==65.7.0 + # via + # ralph (pyproject.toml) + # django-money + # markdown simplejson==3.8.2 # via # ralph (pyproject.toml) # python-novaclient -six==1.17.0 +six==1.16.0 # via # ralph (pyproject.toml) # debtcollector diff --git a/requirements/test.txt b/requirements/test.txt index 294ba49491..686da35afc 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -406,7 +406,7 @@ python-ldap==3.4.4 # via django-auth-ldap python-novaclient==3.2.0 # via ralph (pyproject.toml) -pytz==2024.2 +pytz==2025.1 # via # ralph (pyproject.toml) # babel @@ -474,7 +474,7 @@ simplejson==3.8.2 # via # ralph (pyproject.toml) # python-novaclient -six==1.17.0 +six==1.16.0 # via # ralph (pyproject.toml) # debtcollector