Skip to content

Commit

Permalink
Update python version and dependencies
Browse files Browse the repository at this point in the history
* Update Python from 3.10 to 3.11
* Bump sentry-sdk from 1.9.0 to 1.11.1
* Bump smart-open from 6.0.0 to 6.2.0
* Bump black from 22.6.0 to 22.10.0
* Bump coverage from 6.4.2 to 6.5.0
* Bump flake8 from 5.0.3 to 6.0.0
* Bump mypy from 0.971 to 0.991
* Bump pytest from 7.1.2 to 7.2.0
* Bump vcrpy from 4.2.0 to 4.2.1
* Update subdependencies as needed
  • Loading branch information
hakbailey committed Dec 7, 2022
1 parent 1b6448f commit 1741771
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.6
3.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim AS py3
FROM python:3.11-slim AS py3
RUN pip install pipenv

FROM py3 AS wheel
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pytest = "*"
vcrpy = "*"

[requires]
python_version = "3.10"
python_version = "3.11"

[scripts]
oai = "python -c \"from harvester.cli import main; main()\""
Loading

0 comments on commit 1741771

Please sign in to comment.