Skip to content

Commit

Permalink
More dependency work
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Sep 22, 2023
1 parent c6b68b7 commit d9d7114
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9d7114

Please sign in to comment.