Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
  • Loading branch information
seapagan committed Oct 26, 2024
1 parent cf15c86 commit eda1106
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 175 deletions.
48 changes: 24 additions & 24 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]

dependencies = ["github-changelog-md == 0.9.5", "rtoml == 0.11.0"]
dependencies = ["rtoml>=0.11.0"]

[project.urls]
# customize the below URLs to point to your own GitHub repo. These will be
Expand All @@ -34,29 +34,29 @@ dependencies = ["github-changelog-md == 0.9.5", "rtoml == 0.11.0"]

[tool.uv]
dev-dependencies = [
"mypy == 1.11.1",
"pre-commit == 3.8.0",
"pymarkdownlnt == 0.9.22",
"ruff == 0.6.1",
"poethepoet == 0.27.0",
"pytest == 8.3.2",
"pytest-cov == 5.0.0",
"pytest-xdist == 3.6.1",
"pytest-sugar == 1.0.0",
"pytest-randomly == 3.15.0",
"pytest-reverse == 1.7.0",
"pytest-mock == 3.14.0",
"mock == 5.1.0",
"faker == 27.0.0",
"pyfakefs == 5.6.0",
"github-changelog-md == 0.9.5",
"mkdocs == 1.6.0",
"mkdocs-autorefs == 1.0.1",
"mkdocs-material == 9.5.32",
"mkdocs-minify-plugin == 0.8.0",
"pymdown-extensions == 10.9",
"pygments == 2.18.0",
"pytest-watcher == 0.4.2",
"mypy>=1.11.1",
"pre-commit>=3.8.0",
"pymarkdownlnt>=0.9.22",
"ruff>=0.6.1",
"poethepoet>=0.27.0",
"pytest>=8.3.2",
"pytest-cov>=5.0.0",
"pytest-xdist>=3.6.1",
"pytest-sugar>=1.0.0",
"pytest-randomly>=3.15.0",
"pytest-reverse>=1.7.0",
"pytest-mock>=3.14.0",
"mock>=5.1.0",
"faker>=27.0.0",
"pyfakefs>=5.6.0",
"github-changelog-md>=0.9.5",
"mkdocs>=1.6.0",
"mkdocs-autorefs>=1.0.1",
"mkdocs-material>=9.5.32",
"mkdocs-minify-plugin>=0.8.0",
"pymdown-extensions>=10.9",
"pygments>=2.18.0",
"pytest-watcher>=0.4.2",
]


Expand Down
30 changes: 15 additions & 15 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deprecated==1.2.14
distlib==0.3.9
exceptiongroup==1.2.2 ; python_full_version < '3.11'
execnet==2.1.1
faker==27.0.0
faker==30.8.1
filelock==3.16.1
ghp-import==2.1.0
github-changelog-md==0.9.5
Expand All @@ -32,14 +32,14 @@ markdown-it-py==3.0.0
markupsafe==3.0.2
mdurl==0.1.2
mergedeep==1.3.4
mkdocs==1.6.0
mkdocs-autorefs==1.0.1
mkdocs==1.6.1
mkdocs-autorefs==1.2.0
mkdocs-get-deps==0.2.0
mkdocs-material==9.5.32
mkdocs-material==9.5.42
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
mock==5.1.0
mypy==1.11.1
mypy==1.13.0
mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==24.1
Expand All @@ -48,23 +48,23 @@ pastel==0.2.1
pathspec==0.12.1
platformdirs==4.3.6
pluggy==1.5.0
poethepoet==0.27.0
pre-commit==3.8.0
poethepoet==0.29.0
pre-commit==4.0.1
pycparser==2.22
pyfakefs==5.6.0
pyfakefs==5.7.1
pygithub==2.4.0
pygments==2.18.0
pyjwt==2.9.0
pymarkdownlnt==0.9.22
pymdown-extensions==10.9
pymarkdownlnt==0.9.24
pymdown-extensions==10.11.2
pynacl==1.5.0
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
pytest-reverse==1.7.0
pytest-randomly==3.16.0
pytest-reverse==1.8.0
pytest-sugar==1.0.0
pytest-watcher==0.4.2
pytest-watcher==0.4.3
pytest-xdist==3.6.1
python-dateutil==2.9.0.post0
pyyaml==6.0.2
Expand All @@ -73,7 +73,7 @@ regex==2024.9.11
requests==2.32.3
rich==13.9.3
rtoml==0.11.0
ruff==0.6.1
ruff==0.7.1
shellingham==1.5.4
six==1.16.0
termcolor==2.5.0
Expand Down
23 changes: 0 additions & 23 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --no-dev --no-emit-project --output-file=requirements.txt
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
click==8.1.7
colorama==0.4.6
cryptography==43.0.3
deprecated==1.2.14
github-changelog-md==0.9.5
idna==3.10
markdown-it-py==3.0.0
mdurl==0.1.2
pycparser==2.22
pygithub==2.4.0
pygments==2.18.0
pyjwt==2.9.0
pynacl==1.5.0
requests==2.32.3
rich==13.9.3
rtoml==0.11.0
shellingham==1.5.4
typer==0.12.5
typing-extensions==4.12.2
urllib3==2.2.3
wrapt==1.16.0
Loading

0 comments on commit eda1106

Please sign in to comment.