Skip to content

Commit

Permalink
Update reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Feb 5, 2025
1 parent 6b36164 commit 70e25fb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 70e25fb

Please sign in to comment.