Skip to content

Commit

Permalink
chore(deps): update minor and patch updates (#141)
Browse files Browse the repository at this point in the history
* chore(deps): update minor and patch updates

* Update requirements.txt

* improvement: Upgrade UV to ^0.2.0

* Updated PR references in 1 changelogs.

skip-checks: true

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Niklas Rosenstein <rosensteinniklas@gmail.com>
Co-authored-by: GitHub Action <github-action@users.noreply.github.com>
  • Loading branch information
3 people committed May 31, 2024
1 parent cf2809b commit cc99459
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 21 deletions.
7 changes: 7 additions & 0 deletions .changelog/_unreleased.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ type = "improvement"
description = "Upgrade Build to ^1.0.0"
author = "@NiklasRosenstein"
pr = "https://github.com/NiklasRosenstein/slap/pull/119"

[[entries]]
id = "f98854c7-5ec9-4c17-a98c-78809e81bae9"
type = "improvement"
description = "Upgrade UV to ^0.2.0"
author = "@NiklasRosenstein"
pr = "https://github.com/NiklasRosenstein/slap/pull/141"
38 changes: 19 additions & 19 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
Babel==2.14.0
Babel==2.15.0
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
ghp-import==2.1.0
griffe==0.41.0
idna==3.6
Jinja2==3.1.3
Markdown==3.5.2
griffe==0.45.2
idna==3.7
Jinja2==3.1.4
Markdown==3.6
MarkupSafe==2.1.5
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-autorefs==1.0.0
mkdocs-material==9.5.11
mkdocs==1.6.0
mkdocs-autorefs==1.0.1
mkdocs-material==9.5.25
mkdocs-material-extensions==1.3.1
mkdocstrings==0.24.1
mkdocstrings-python==1.8.0
mkdocstrings==0.25.1
mkdocstrings-python==1.10.3
mksync==0.1.4
networkx==3.2.1
networkx==3.3
packaging==24.0
paginate==0.5.6
pathspec==0.12.1
platformdirs==4.2.0
Pygments==2.17.2
pymdown-extensions==10.7
platformdirs==4.2.2
Pygments==2.18.0
pymdown-extensions==10.8.1
python-adjudicator==0.3.2
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
PyYAML==6.0.1
pyyaml_env_tag==0.1
regex==2024.4.28
requests==2.31.0
regex==2024.5.15
requests==2.32.3
six==1.16.0
typeapi==1.5.1
typing_extensions==4.10.0
typing_extensions==4.12.0
urllib3==2.2.1
watchdog==4.0.0
watchdog==4.0.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ build = "^1.0.0"
"nr.python.environment" = "^0.1.4"
gitpython = "^3.1.31"
"nr.stream" = "^1.1.5"
uv = "^0.1.2"
uv = "^0.2.0"

[tool.poetry.dev-dependencies]
black = "^24.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/slap/templates/github/.github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- uses: NiklasRosenstein/slap@gha/install/v1
- run: slap install --no-venv-check --only-extras docs
- run: slap run --no-venv-check docs:build
- uses: JamesIves/github-pages-deploy-action@v4.5.0
- uses: JamesIves/github-pages-deploy-action@v4.6.1
if: github.ref == 'refs/heads/develop'
with: {{ branch: gh-pages, folder: docs/_site, ssh-key: "${{{{ secrets.DEPLOY_KEY }}}}" }}

0 comments on commit cc99459

Please sign in to comment.