Skip to content

Commit

Permalink
Fixing Github action to use Rye: Take 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
omaciel committed Mar 30, 2024
1 parent b1aab82 commit 0145745
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 23 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = "3.0"
version = "3.1"
# The full version, including alpha/beta/rc tags.
release = "3.0.0"
release = "3.1.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ classifiers = [
"Topic :: Software Development :: Testing",
]
dependencies = [
"sphinx>=7.2.6",
]

[project.urls]
Expand All @@ -43,9 +44,7 @@ build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = [
"black>=24.3.0",
"pytest>=8.1.1",
"flake8>=7.0.0",
"sphinx>=7.1.2",
"codecov>=2.1.13",
"pytest>=8.1.1",
Expand Down
22 changes: 3 additions & 19 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,17 @@ alabaster==0.7.13
# via sphinx
babel==2.14.0
# via sphinx
black==24.3.0
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
codecov==2.1.13
coverage==7.4.4
# via codecov
# via pytest-cov
docutils==0.20.1
# via readme-renderer
# via sphinx
flake8==7.0.0
idna==3.6
# via requests
imagesize==1.4.1
Expand All @@ -49,33 +45,20 @@ markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via flake8
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
# via jaraco-classes
# via jaraco-functools
mypy-extensions==1.0.0
# via black
nh3==0.2.17
# via readme-renderer
packaging==24.0
# via black
# via pytest
# via sphinx
pathspec==0.12.1
# via black
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
# via black
pluggy==1.4.0
# via pytest
pycodestyle==2.11.1
# via flake8
pyflakes==3.2.0
# via flake8
pygments==2.17.2
# via readme-renderer
# via rich
Expand All @@ -99,7 +82,8 @@ rich==13.7.1
ruff==0.3.4
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==7.2.6
# via fauxfactory
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -110,7 +94,7 @@ sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
twine==5.0.0
urllib3==2.2.1
Expand Down
42 changes: 42 additions & 0 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,45 @@
# with-sources: false

-e file:.
alabaster==0.7.16
# via sphinx
babel==2.14.0
# via sphinx
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
docutils==0.20.1
# via sphinx
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.3
# via sphinx
markupsafe==2.1.5
# via jinja2
packaging==24.0
# via sphinx
pygments==2.17.2
# via sphinx
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.2.6
# via fauxfactory
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
urllib3==2.2.1
# via requests

0 comments on commit 0145745

Please sign in to comment.