Skip to content

Commit

Permalink
fix: update module versions and build (#1627)
Browse files Browse the repository at this point in the history
* chore: update pyOpenSSL and dulwich module versions

* chore: create sdist for dist-check

* docs: add info to CHANGES
  • Loading branch information
sijis authored Jan 22, 2023
1 parent 1389003 commit 10e6887
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fixes:
- chore: bump actions/checkout version (#1610)
- docs: link to external Discord plugin documentation (#1615)
- chore: add ARG to Dockerfile and add proper stop signal (#1613)
- fix: update module versions and build (#1627)


v6.1.9 (2022-06-11)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"flask==2.0.2",
"requests==2.27.1",
"jinja2==3.0.3",
"pyOpenSSL==21.0.0",
"pyOpenSSL==23.0.0",
"colorlog==6.6.0",
"markdown==3.3.6",
"ansi==0.2.0",
"Pygments==2.11.2",
"pygments-markdown-lexer==0.1.0.dev39", # sytax coloring to debug md
"dulwich==0.20.31", # python implementation of git
"dulwich==0.21.2", # python implementation of git
"deepmerge==1.0.1",
]

Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ commands =
deps =
twine
commands =
twine check {toxworkdir}/dist/*
python setup.py sdist
twine check {tox_root}/dist/*

[testenv:sort]
deps =
Expand Down

0 comments on commit 10e6887

Please sign in to comment.