Skip to content
Merged
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
54 changes: 25 additions & 29 deletions requirements-app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,39 @@
#
# pip-compile requirements-app.in
#
build==1.2.2
build==1.3.0
# via pip-tools
certifi==2024.8.30
certifi==2025.8.3
# via requests
cffi==1.17.1
# via
# cryptography
# pynacl
chameleon==4.5.4
chameleon==4.6.0
# via pyramid-chameleon
charset-normalizer==3.3.2
charset-normalizer==3.4.3
# via requests
click==8.1.7
click==8.2.1
# via pip-tools
cornice==6.1.0
# via -r requirements-app.in
cryptography==43.0.1
cryptography==45.0.7
# via pyjwt
deprecated==1.2.14
# via pygithub
gitdb==4.0.11
gitdb==4.0.12
# via gitpython
gitpython==3.1.43
gitpython==3.1.45
# via -r requirements-app.in
hupper==1.12.1
# via pyramid
idna==3.9
idna==3.10
# via requests
packaging==24.1
packaging==25.0
# via build
paste==3.10.1
# via -r requirements-app.in
pastedeploy==3.1.0
# via plaster-pastedeploy
pip-tools==7.4.1
pip-tools==7.5.0
# via -r requirements-app.in
plaster==1.1.2
# via
Expand All @@ -48,13 +46,13 @@ plaster-pastedeploy==1.0.1
# via pyramid
pycparser==2.22
# via cffi
pygithub==2.4.0
pygithub==2.8.1
# via -r requirements-app.in
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via pygithub
pynacl==1.5.0
# via pygithub
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand All @@ -64,37 +62,35 @@ pyramid==2.0.2
# pyramid-chameleon
pyramid-chameleon==0.3
# via -r requirements-app.in
requests==2.32.3
requests==2.32.5
# via
# -r requirements-app.in
# pygithub
smmap==5.0.1
smmap==5.0.2
# via gitdb
supervisor==4.2.5
supervisor==4.3.0
# via -r requirements-app.in
translationstring==1.4
# via pyramid
typing-extensions==4.12.2
typing-extensions==4.15.0
# via pygithub
unidiff==0.7.5
# via -r requirements-app.in
urllib3==2.2.3
urllib3==2.5.0
# via
# pygithub
# requests
venusian==3.1.0
venusian==3.1.1
# via pyramid
waitress==3.0.0
waitress==3.0.2
# via -r requirements-app.in
webob==1.8.8
webob==1.8.9
# via pyramid
wheel==0.44.0
wheel==0.45.1
# via pip-tools
wrapt==1.16.0
# via deprecated
zope-deprecation==5.0
zope-deprecation==5.1
# via pyramid
zope-interface==7.0.3
zope-interface==7.2
# via pyramid

# The following packages are considered to be unsafe in a requirements file:
Expand Down
108 changes: 55 additions & 53 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,43 @@
#
# pip-compile requirements-dev.in
#
attrs==24.2.0
attrs==25.3.0
# via flake8-bugbear
beautifulsoup4==4.12.3
beautifulsoup4==4.13.5
# via webtest
black==24.8.0
black==25.1.0
# via -r requirements-dev.in
build==1.2.2
build==1.3.0
# via pip-tools
certifi==2024.8.30
certifi==2025.8.3
# via requests
cffi==1.17.1
# via
# cryptography
# pynacl
chameleon==4.5.4
chameleon==4.6.0
# via pyramid-chameleon
charset-normalizer==3.3.2
charset-normalizer==3.4.3
# via requests
click==8.1.7
click==8.2.1
# via
# black
# pip-tools
codespell==2.3.0
codespell==2.4.1
# via -r requirements-dev.in
cornice==6.1.0
# via -r requirements-app.in
coverage[toml]==7.6.1
coverage[toml]==7.10.6
# via
# coveralls
# pytest-cov
coveralls==4.0.1
# via -r requirements-dev.in
cryptography==43.0.1
cryptography==45.0.7
# via pyjwt
deprecated==1.2.14
# via pygithub
docopt==0.6.2
# via coveralls
flake8==7.1.1
flake8==7.3.0
# via
# -r requirements-dev.in
# flake8-bugbear
Expand All @@ -55,15 +53,15 @@ flake8==7.1.1
# flake8-quotes
flake8-blind-except==0.2.1
# via -r requirements-dev.in
flake8-bugbear==24.8.19
flake8-bugbear==24.12.12
# via -r requirements-dev.in
flake8-comprehensions==3.15.0
flake8-comprehensions==3.16.0
# via -r requirements-dev.in
flake8-debugger==4.1.2
# via -r requirements-dev.in
flake8-deprecated==2.2.1
# via -r requirements-dev.in
flake8-isort==6.1.1
flake8-isort==6.1.2
# via -r requirements-dev.in
flake8-pep3101==2.1.0
# via -r requirements-dev.in
Expand All @@ -73,25 +71,25 @@ flake8-quotes==3.4.0
# via -r requirements-dev.in
flake8-todo==0.7
# via -r requirements-dev.in
gitdb==4.0.11
gitdb==4.0.12
# via gitpython
gitpython==3.1.43
gitpython==3.1.45
# via -r requirements-app.in
hupper==1.12.1
# via pyramid
idna==3.9
idna==3.10
# via requests
iniconfig==2.0.0
iniconfig==2.1.0
# via pytest
isort==5.13.2
isort==6.0.1
# via
# -r requirements-dev.in
# flake8-isort
mccabe==0.7.0
# via flake8
mypy-extensions==1.0.0
mypy-extensions==1.1.0
# via black
packaging==24.1
packaging==25.0
# via
# black
# build
Expand All @@ -102,35 +100,39 @@ pastedeploy==3.1.0
# via plaster-pastedeploy
pathspec==0.12.1
# via black
pip-tools==7.4.1
pip-tools==7.5.0
# via -r requirements-app.in
plaster==1.1.2
# via
# plaster-pastedeploy
# pyramid
plaster-pastedeploy==1.0.1
# via pyramid
platformdirs==4.3.3
platformdirs==4.4.0
# via black
pluggy==1.5.0
# via pytest
pycodestyle==2.12.1
pluggy==1.6.0
# via
# pytest
# pytest-cov
pycodestyle==2.14.0
# via
# flake8
# flake8-debugger
# flake8-print
# flake8-todo
pycparser==2.22
# via cffi
pyflakes==3.2.0
pyflakes==3.4.0
# via flake8
pygithub==2.4.0
pygithub==2.8.1
# via -r requirements-app.in
pyjwt[crypto]==2.9.0
pygments==2.19.2
# via pytest
pyjwt[crypto]==2.10.1
# via pygithub
pynacl==1.5.0
# via pygithub
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand All @@ -140,56 +142,56 @@ pyramid==2.0.2
# pyramid-chameleon
pyramid-chameleon==0.3
# via -r requirements-app.in
pytest==8.3.3
pytest==8.4.2
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==5.0.0
pytest-cov==6.3.0
# via -r requirements-dev.in
pyupgrade==3.17.0
pyupgrade==3.20.0
# via -r requirements-dev.in
requests==2.32.3
requests==2.32.5
# via
# -r requirements-app.in
# coveralls
# pygithub
smmap==5.0.1
smmap==5.0.2
# via gitdb
soupsieve==2.6
soupsieve==2.8
# via beautifulsoup4
supervisor==4.2.5
supervisor==4.3.0
# via -r requirements-app.in
tokenize-rt==6.0.0
tokenize-rt==6.2.0
# via pyupgrade
translationstring==1.4
# via pyramid
typing-extensions==4.12.2
# via pygithub
typing-extensions==4.15.0
# via
# beautifulsoup4
# pygithub
unidiff==0.7.5
# via -r requirements-app.in
urllib3==2.2.3
urllib3==2.5.0
# via
# pygithub
# requests
venusian==3.1.0
venusian==3.1.1
# via pyramid
waitress==3.0.0
waitress==3.0.2
# via
# -r requirements-app.in
# webtest
webob==1.8.8
webob==1.8.9
# via
# pyramid
# webtest
webtest==3.0.1
webtest==3.0.6
# via -r requirements-dev.in
wheel==0.44.0
wheel==0.45.1
# via pip-tools
wrapt==1.16.0
# via deprecated
zope-deprecation==5.0
zope-deprecation==5.1
# via pyramid
zope-interface==7.0.3
zope-interface==7.2
# via pyramid

# The following packages are considered to be unsafe in a requirements file:
Expand Down