Skip to content

Commit

Permalink
chore: pin dev dependencies
Browse files Browse the repository at this point in the history
These were breaking on python3.8 which is now EOL.

Signed-off-by: Oz Tiram <[email protected]>
  • Loading branch information
oz123 committed Dec 10, 2024
1 parent f1ad07a commit 1f3f8b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pre-commit = "==2.*"
atomicwrites = {version = "*", sys_platform = "== 'win32'"}
pytest-cov = "==4.*"
typing-extensions = "==4.*"
waitress = {version = "*", sys_platform = "== 'win32'"}
gunicorn = {version = "*", sys_platform = "== 'linux'"}
waitress = {version = "3.*", sys_platform = "== 'win32'"}
gunicorn = {version = "23.0.*", sys_platform = "== 'linux'"}
parse = "*"
importlib-metadata = "*"
colorama= {version = "*", sys_platform = "== 'win32'"}
Expand All @@ -29,6 +29,7 @@ build = "*"
twine = "*"
semver = "*"
pypiserver = "2.3.2"

[packages]
pytz = "*"
pipenv = {file = "."}
Expand Down
2 changes: 1 addition & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1f3f8b7

Please sign in to comment.