diff --git a/requirements.txt b/requirements.txt index b7182c80843..e7067591358 100644 --- a/requirements.txt +++ b/requirements.txt @@ -167,5 +167,6 @@ webdriver_manager==3.8.3 # Security and audit mistune==2.0.4 -protobuf==4.21.7 +wandb==0.12.17 +protobuf==3.20.3 mako==1.2.3 diff --git a/setup.cfg b/setup.cfg index 4e25c5d485e..f2fd4a26e42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,8 +27,8 @@ install_requires = # native dependencies Pillow==9.1.1 lxml==4.9.1 - psycopg2==2.9.3 - Django==3.2.15 + psycopg2==2.9.4 + Django==3.2.16 # Other amqp==5.1.1 @@ -60,7 +60,7 @@ install_requires = django-imagekit==4.1.0 django-taggit==1.5.1 django-markdownify==0.9.2 - django-mptt==0.13.4 + django-mptt==0.14.0 django-modeltranslation>=0.11,<0.19.0 django-treebeard==4.5.1 django-guardian<2.4.1 @@ -95,7 +95,7 @@ install_requires = django-floppyforms<1.10.0 django-forms-bootstrap<=3.1.0 django-autocomplete-light==3.5.1 - django-invitations<1.9.4 + django-invitations<2.0.1 django-recaptcha==3.0.0 # REST @@ -104,7 +104,7 @@ install_requires = djangorestframework-guardian==0.3.0 drf-extensions==0.7.1 drf-writable-nested==0.7.0 - drf-spectacular==0.24.1 + drf-spectacular==0.24.2 dynamic-rest==2.1.2 Markdown==3.4.1 @@ -135,7 +135,7 @@ install_requires = dropbox==11.34.0 google-cloud-storage==2.5.0 google-cloud-core==2.3.2 - boto3==1.24.80 + boto3==1.24.87 # Django Caches python-memcached<=1.59 @@ -148,11 +148,11 @@ install_requires = jdcal==1.4.1 mock<5.0.0 python-dateutil==2.8.2 - pytz==2022.2.1 + pytz==2022.4 requests==2.28.1 timeout-decorator==0.5.0 pylibmc==1.6.3 - sherlock==0.3.2 + sherlock==0.4.0 # required by monitoring psutil==5.9.2 @@ -169,11 +169,11 @@ install_requires = gunicorn==20.1.0 ipython==8.5.0 docker==6.0.0 - invoke==1.7.1 + invoke==1.7.3 # tests - coverage==6.4.4 - requests-toolbelt==0.9.1 + coverage==6.5.0 + requests-toolbelt==0.10.0 flake8==5.0.4 pytest==7.1.3 pytest-bdd==6.0.1 @@ -191,8 +191,9 @@ install_requires = webdriver_manager==3.8.3 # Security and audit - mistune==2.0.3 - protobuf==4.21.6 + mistune==2.0.4 + wandb==0.12.17 + protobuf==3.20.3 mako==1.2.3 [options.packages.find]