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
6 changes: 2 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pycparser==2.21
# cffi
pygments==2.17.2
# via ipython
pyjwt==2.10.1
pyjwt==2.12.0
# via -r prod.txt
pyproject-hooks==1.0.0
# via
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
6 changes: 2 additions & 4 deletions requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ pycparser==2.21
# cffi
pygments==2.19.2
# via pytest
pyjwt==2.10.1
pyjwt==2.12.0
# via -r prod.txt
pyproject-hooks==1.0.0
# via
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
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ pygments==2.19.2
# -r functests.txt
# -r tests.txt
# pytest
pyjwt==2.10.1
pyjwt==2.12.0
# via
# -r functests.txt
# -r tests.txt
Expand Down
4 changes: 1 addition & 3 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pyasn1-modules==0.3.0
# via google-auth
pycparser==2.21
# via cffi
pyjwt==2.10.1
pyjwt==2.12.0
# via -r prod.in
pyramid==2.0.2
# via
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
6 changes: 2 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pycparser==2.21
# cffi
pygments==2.19.2
# via pytest
pyjwt==2.10.1
pyjwt==2.12.0
# via -r prod.txt
pyproject-hooks==1.0.0
# via
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
6 changes: 2 additions & 4 deletions requirements/typecheck.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pycparser==2.21
# via
# -r prod.txt
# cffi
pyjwt==2.10.1
pyjwt==2.12.0
# via -r prod.txt
pyproject-hooks==1.1.0
# via
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