Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dev = [
"pudb",
"ruff",
"toml-sort>=0.23.1",
"werkzeug==0.16.1"
"werkzeug==3.1.6"
]
docs = [
"mkdocs",
Expand Down Expand Up @@ -89,7 +89,7 @@ dependencies = [
"raven",
"redis~=4.0",
"requests-oauthlib==1.3.0",
"requests==2.32.4",
"requests==2.33.0",
"rq==1.16.2",
"setuptools<66.0",
"simplejson==3.8.2",
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ coverage==7.9.2
# coveralls
coveralls==4.0.1
# via ralph (pyproject.toml:test)
cryptography==45.0.5
cryptography==46.0.7
# via
# django-cryptography-django5
# openstacksdk
Expand Down Expand Up @@ -354,7 +354,7 @@ pbr==6.1.1
# stevedore
pexpect==4.9.0
# via ipython
pillow==11.3.0
pillow==12.2.0
# via ralph (pyproject.toml)
platformdirs==4.3.8
# via
Expand Down Expand Up @@ -387,7 +387,7 @@ pure-eval==0.2.3
# via stack-data
py-moneyed==3.0
# via django-money
pyasn1==0.6.1
pyasn1==0.6.3
# via
# pyasn1-modules
# python-ldap
Expand Down Expand Up @@ -457,7 +457,7 @@ referencing==0.36.2
# jsonschema-specifications
regex==2024.11.6
# via mkdocs-material
requests==2.32.4
requests==2.33.0
# via
# ralph (pyproject.toml)
# coveralls
Expand Down Expand Up @@ -533,7 +533,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.3
sqlparse==0.5.4
# via
# django
# django-debug-toolbar
Expand Down Expand Up @@ -605,7 +605,7 @@ wcwidth==0.2.13
# cmd2
# prompt-toolkit
# urwid
werkzeug==0.16.1
werkzeug==3.1.6
# via ralph (pyproject.toml:dev)
wrapt==1.10.6
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cmd2==2.7.0
# via cliff
colorama==0.4.6
# via mkdocs-material
cryptography==45.0.5
cryptography==46.0.7
# via
# django-cryptography-django5
# openstacksdk
Expand Down Expand Up @@ -288,7 +288,7 @@ pbr==6.1.1
# python-keystoneclient
# python-novaclient
# stevedore
pillow==11.3.0
pillow==12.2.0
# via ralph (pyproject.toml)
platformdirs==4.3.8
# via
Expand All @@ -313,7 +313,7 @@ psycopg-pool==3.2.7
# via psycopg
py-moneyed==3.0
# via django-money
pyasn1==0.6.1
pyasn1==0.6.3
# via
# pyasn1-modules
# python-ldap
Expand Down Expand Up @@ -380,7 +380,7 @@ referencing==0.36.2
# jsonschema-specifications
regex==2024.11.6
# via mkdocs-material
requests==2.32.4
requests==2.33.0
# via
# ralph (pyproject.toml)
# keystoneauth1
Expand Down Expand Up @@ -435,7 +435,7 @@ social-auth-app-django==5.4.3
# via ralph (pyproject.toml)
social-auth-core==4.7.0
# via social-auth-app-django
sqlparse==0.5.3
sqlparse==0.5.4
# via django
statsd==3.3.0
# via ralph (pyproject.toml)
Expand Down
10 changes: 5 additions & 5 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cliff==4.10.0
# python-ironicclient
cmd2==2.7.0
# via cliff
cryptography==45.0.5
cryptography==46.0.7
# via
# django-cryptography-django5
# openstacksdk
Expand Down Expand Up @@ -251,7 +251,7 @@ pbr==6.1.1
# python-keystoneclient
# python-novaclient
# stevedore
pillow==11.3.0
pillow==12.2.0
# via ralph (pyproject.toml)
platformdirs==4.3.8
# via python-ironicclient
Expand All @@ -274,7 +274,7 @@ psycopg-pool==3.2.7
# via psycopg
py-moneyed==3.0
# via django-money
pyasn1==0.6.1
pyasn1==0.6.3
# via
# pyasn1-modules
# python-ldap
Expand Down Expand Up @@ -329,7 +329,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.32.4
requests==2.33.0
# via
# ralph (pyproject.toml)
# keystoneauth1
Expand Down Expand Up @@ -383,7 +383,7 @@ social-auth-app-django==5.4.3
# via ralph (pyproject.toml)
social-auth-core==4.7.0
# via social-auth-app-django
sqlparse==0.5.3
sqlparse==0.5.4
# via django
statsd==3.3.0
# via ralph (pyproject.toml)
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ coverage==7.9.2
# coveralls
coveralls==4.0.1
# via ralph (pyproject.toml:test)
cryptography==45.0.5
cryptography==46.0.7
# via
# django-cryptography-django5
# openstacksdk
Expand Down Expand Up @@ -314,7 +314,7 @@ pbr==6.1.1
# stevedore
pexpect==4.9.0
# via ipython
pillow==11.3.0
pillow==12.2.0
# via ralph (pyproject.toml)
platformdirs==4.3.8
# via python-ironicclient
Expand Down Expand Up @@ -345,7 +345,7 @@ pure-eval==0.2.3
# via stack-data
py-moneyed==3.0
# via django-money
pyasn1==0.6.1
pyasn1==0.6.3
# via
# pyasn1-modules
# python-ldap
Expand Down Expand Up @@ -404,7 +404,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.32.4
requests==2.33.0
# via
# ralph (pyproject.toml)
# coveralls
Expand Down Expand Up @@ -479,7 +479,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.3
sqlparse==0.5.4
# via
# django
# django-debug-toolbar
Expand Down Expand Up @@ -549,7 +549,7 @@ wcwidth==0.2.13
# cmd2
# prompt-toolkit
# urwid
werkzeug==0.16.1
werkzeug==3.1.6
# via ralph (pyproject.toml:dev)
wrapt==1.10.6
# via
Expand Down
Loading