Skip to content

Commit

Permalink
Merge pull request #97 from iiif-prezi/bump_pydantic
Browse files Browse the repository at this point in the history
Bump pydantic to 1.9.2 + cleanup redundant requirements.dev.txt
  • Loading branch information
digitaldogsbody committed Nov 11, 2022
2 parents edc4695 + 3f05639 commit adbaa06
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/cache@v2
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.dev.txt') }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.cache/pip-docs
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('requirements.dev.txt') }}
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}

- name: Install dependencies
run: |
Expand Down
7 changes: 0 additions & 7 deletions requirements.dev.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
VERSION = "local_test_version"

REQUIREMENTS = [
"pydantic >= 1.9.0, <2.0.0",
"pydantic >= 1.9.2, <2.0.0",
"requests >=2.28.0, <3.0.0",
"Pillow >=9.1.1, <10.0.0"
]
Expand Down

0 comments on commit adbaa06

Please sign in to comment.