Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 5f92de9 commit db1fac6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: python -m build

- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.10.3
with:
password: ${{ secrets.PYPI_API_TOKEN }}
print_hash: true
2 changes: 1 addition & 1 deletion examples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
bot-ui-kitty==0.1.5
botstrap==0.2.9
py-cord==2.6.0
py-cord==2.6.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Source Code": "https://github.com/nuztalgia/bot-ui-kitty/tree/main/uikitty",
},
install_requires=[
"py-cord ==2.6.0",
"py-cord ==2.6.1",
],
use_scm_version={
"local_scheme": lambda version: str(version.tag),
Expand Down

0 comments on commit db1fac6

Please sign in to comment.