diff --git a/.github/workflows/dev-test.yml b/.github/workflows/dev-test.yml index 429dff82..1e6e8807 100644 --- a/.github/workflows/dev-test.yml +++ b/.github/workflows/dev-test.yml @@ -55,7 +55,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '2.6.3' + ruby-version: '2.7.2' - name: Setup Node uses: actions/setup-node@v3 diff --git a/Gemfile.lock b/Gemfile.lock index 6cb0c5e7..cb0a41d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) diff --git a/requirements/base.txt b/requirements/base.txt index 47945f3d..7c12468a 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -17,7 +17,7 @@ git+https://github.com/ecds/python-edtf@214972b # TODO: To upgrade to Django 3, we have to redo the full text search on the manifest model. # TODO: When we get to update, check this re: summernote https://github.com/summernote/django-summernote/issues/449 Django>=3.2.0,<4.0 # https://www.djangoproject.com/ -django-environ==0.9.0 # https://github.com/joke2k/django-environ +django-environ==0.11.2 # https://github.com/joke2k/django-environ # git+https://github.com/joke2k/django-environ@develop django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils django-dirtyfields>=1.7.0 # https://github.com/romgar/django-dirtyfields @@ -55,7 +55,7 @@ gitpython==3.1.31 # S3 Uploads boto3==1.26.92 -django-storages==1.13.2 # https://github.com/jschneier/django-storages +django-storages==1.14 # https://github.com/jschneier/django-storages # SFTP Uploads pysftp>=0.2.9,<1.0 # https://pysftp.readthedocs.io/ diff --git a/requirements/local.txt b/requirements/local.txt index 2bf1631d..ffc96011 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -10,7 +10,7 @@ psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ mypy==0.961 # https://github.com/python/mypy -pytest==7.1.2 # https://github.com/pytest-dev/pytest +pytest==7.4.2 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.4 # https://github.com/Frozenball/pytest-sugar pytest-cov==4.0.0 py==1.11.0 # https://github.com/pytest-dev/pytest/issues/10420