Browse Source

Add more pins and todo comments.

merge-requests/162/head
Bauke 4 months ago
parent
commit
e9d08a5851
No known key found for this signature in database GPG Key ID: C1C0F29952BCF558
  1. 2
      tildes/requirements-dev.in
  2. 26
      tildes/requirements-dev.txt
  3. 6
      tildes/requirements.in
  4. 8
      tildes/requirements.txt

2
tildes/requirements-dev.in

@ -10,6 +10,6 @@ pytest-mock
testing.redis
types-bleach
types-python-dateutil
types-redis
types-redis==3.5.4 # Since we can't update the redis package for now we probably also can't update this one
types-requests
webtest

26
tildes/requirements-dev.txt

@ -10,17 +10,16 @@ bleach==6.2.0
build==1.3.0
certifi==2025.8.3
cffi==1.17.1
charset-normalizer==3.4.2
charset-normalizer==3.4.3
click==8.2.1
cornice==6.1.0
cryptography==45.0.6
decorator==5.2.1
dill==0.4.0
dodgy==0.2.1
executing==2.2.0
flake8==7.3.0
flake8-polyfill==1.0.2
freezegun==1.5.4
freezegun==1.5.5
gitdb==4.0.12
gitpython==3.1.45
gunicorn==23.0.0
@ -68,7 +67,7 @@ pydocstyle==6.3.0
pyflakes==3.4.0
pygit2==1.18.1
pygments==2.9.0
pylint==3.3.7
pylint==3.3.8
pylint-celery==0.3
pylint-django==2.6.1
pylint-plugin-utils==0.9.0
@ -91,7 +90,7 @@ redis==3.5.3
requests==2.32.4
requirements-detector==1.4.0
semver==3.0.4
sentry-sdk==2.34.1
sentry-sdk==1.3.0
setoptconf-tmp==0.3.1
six==1.17.0
smmap==5.0.2
@ -100,7 +99,7 @@ soupsieve==2.7
sqlalchemy==1.3.24
sqlalchemy-utils==0.41.2
stack-data==0.6.3
stripe==12.4.0
stripe==2.6.0
testing-common-database==2.0.3
testing-redis==1.1.1
titlecase==2.4.1
@ -109,14 +108,11 @@ tomlkit==0.13.3
traitlets==5.14.3
transaction==5.0
translationstring==1.4
types-bleach==6.2.0.20250514
types-cffi==1.17.0.20250805
types-html5lib==1.1.11.20250708
types-pyopenssl==24.1.0.20240722
types-python-dateutil==2.9.0.20250708
types-redis==4.6.0.20241004
types-requests==2.32.4.20250611
types-setuptools==80.9.0.20250801
types-bleach==6.2.0.20250809
types-html5lib==1.1.11.20250809
types-python-dateutil==2.9.0.20250809
types-redis==3.5.4
types-requests==2.32.4.20250809
typing-extensions==4.14.1
unicodedata2==16.0.0
urllib3==2.5.0
@ -132,7 +128,7 @@ wheel==0.45.1
wrapt==1.17.2
zope-deprecation==5.1
zope-interface==7.2
zope-sqlalchemy==3.1
zope-sqlalchemy==1.5
# The following packages are considered to be unsafe in a requirements file:
# pip

6
tildes/requirements.in

@ -30,12 +30,12 @@ PyYAML # needs to be installed separately for webassets
qrcode
redis==3.5.3 # We can't update redis without also updating pyramid-session-redis
requests
sentry-sdk
sentry-sdk==1.3.0 # TODO: Figure out if we can update this
SQLAlchemy<1.4
SQLAlchemy-Utils
stripe
stripe==2.6.0 # TODO: Figure out if we can update this
titlecase
unicodedata2
webargs==8.0.0 # TODO: Updating webargs causes an issue with parsing URLs, figure out if we can fix this
wrapt
zope.sqlalchemy
zope.sqlalchemy==1.5 # TODO: Figure out if we can update this

8
tildes/requirements.txt

@ -8,7 +8,7 @@ bleach==6.2.0
build==1.3.0
certifi==2025.8.3
cffi==1.17.1
charset-normalizer==3.4.2
charset-normalizer==3.4.3
click==8.2.1
cornice==6.1.0
decorator==5.2.1
@ -57,13 +57,13 @@ pyyaml==6.0.2
qrcode==8.2
redis==3.5.3
requests==2.32.4
sentry-sdk==2.34.1
sentry-sdk==1.3.0
six==1.17.0
soupsieve==2.7
sqlalchemy==1.3.24
sqlalchemy-utils==0.41.2
stack-data==0.6.3
stripe==12.4.0
stripe==2.6.0
titlecase==2.4.1
traitlets==5.14.3
transaction==5.0
@ -81,7 +81,7 @@ wheel==0.45.1
wrapt==1.17.2
zope-deprecation==5.1
zope-interface==7.2
zope-sqlalchemy==3.1
zope-sqlalchemy==1.5
# The following packages are considered to be unsafe in a requirements file:
# pip

Loading…
Cancel
Save