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
8 changes: 3 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checkmatelib==1.0.18
# via -r prod.txt
click==8.1.7
# via pip-tools
cryptography==44.0.1
cryptography==46.0.0
# via
# -r prod.txt
# joserfc
Expand Down Expand Up @@ -88,7 +88,7 @@ jinja2==3.1.6
# via
# -r prod.txt
# pyramid-jinja2
joserfc==0.9.0
joserfc==1.6.3
# via
# -r prod.txt
# h-vialib
Expand Down Expand Up @@ -317,9 +317,7 @@ zope-sqlalchemy==3.1

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -r prod.txt
# pip-tools
# via pip-tools
setuptools==78.1.1
# via
# -r prod.txt
Expand Down
8 changes: 3 additions & 5 deletions requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ checkmatelib==1.0.18
# via -r prod.txt
click==8.1.7
# via pip-tools
cryptography==44.0.1
cryptography==46.0.0
# via
# -r prod.txt
# joserfc
Expand Down Expand Up @@ -92,7 +92,7 @@ jinja2==3.1.6
# via
# -r prod.txt
# pyramid-jinja2
joserfc==0.9.0
joserfc==1.6.3
# via
# -r prod.txt
# h-vialib
Expand Down Expand Up @@ -312,9 +312,7 @@ zope-sqlalchemy==3.1

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -r prod.txt
# pip-tools
# via pip-tools
setuptools==78.1.1
# via
# -r prod.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ coverage[toml]==7.10.7
# via
# -r tests.txt
# pytest-cov
cryptography==44.0.1
cryptography==46.0.0
# via
# -r functests.txt
# -r tests.txt
Expand Down Expand Up @@ -151,7 +151,7 @@ jinja2==3.1.6
# -r functests.txt
# -r tests.txt
# pyramid-jinja2
joserfc==0.9.0
joserfc==1.6.3
# via
# -r functests.txt
# -r tests.txt
Expand Down
6 changes: 2 additions & 4 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ charset-normalizer==3.3.2
# via requests
checkmatelib==1.0.18
# via -r prod.in
cryptography==44.0.1
cryptography==46.0.0
# via joserfc
google-auth==2.26.2
# via google-auth-oauthlib
Expand All @@ -48,7 +48,7 @@ importlib-resources==6.5.2
# checkmatelib
jinja2==3.1.6
# via pyramid-jinja2
joserfc==0.9.0
joserfc==1.6.3
# via h-vialib
jsonschema==4.20.0
# via checkmatelib
Expand Down Expand Up @@ -186,8 +186,6 @@ zope-sqlalchemy==3.1
# via -r prod.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r prod.in
setuptools==78.1.1
# via
# pyramid
Expand Down
8 changes: 3 additions & 5 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ click==8.1.7
# via pip-tools
coverage[toml]==7.10.7
# via pytest-cov
cryptography==44.0.1
cryptography==46.0.0
# via
# -r prod.txt
# joserfc
Expand Down Expand Up @@ -94,7 +94,7 @@ jinja2==3.1.6
# via
# -r prod.txt
# pyramid-jinja2
joserfc==0.9.0
joserfc==1.6.3
# via
# -r prod.txt
# h-vialib
Expand Down Expand Up @@ -314,9 +314,7 @@ zope-sqlalchemy==3.1

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -r prod.txt
# pip-tools
# via pip-tools
setuptools==78.1.1
# via
# -r prod.txt
Expand Down
8 changes: 3 additions & 5 deletions requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ checkmatelib==1.0.18
# via -r prod.txt
click==8.1.7
# via pip-tools
cryptography==44.0.1
cryptography==46.0.0
# via
# -r prod.txt
# joserfc
Expand Down Expand Up @@ -74,7 +74,7 @@ jinja2==3.1.6
# via
# -r prod.txt
# pyramid-jinja2
joserfc==0.9.0
joserfc==1.6.3
# via
# -r prod.txt
# h-vialib
Expand Down Expand Up @@ -279,9 +279,7 @@ zope-sqlalchemy==3.1

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via
# -r prod.txt
# pip-tools
# via pip-tools
setuptools==78.1.1
# via
# -r prod.txt
Expand Down
Loading