Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/command-ref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
- name: Check the command reference
run: uvx --from rust-just@1.57.0 just command-ref
run: uvx --from rust-just@1.58.0 just command-ref
2 changes: 1 addition & 1 deletion .github/workflows/functional-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
env:
UV_PYTHON: ${{ matrix.python-version }}
GITHUB_TOKEN: ${{ secrets.DWILDING_GITHUB_TOKEN }}
run: uvx --from rust-just@1.57.0 just functional
run: uvx --from rust-just@1.58.0 just functional
2 changes: 1 addition & 1 deletion .github/workflows/functional-limited.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Run functional tests
env:
UV_PYTHON: '3.10'
run: uvx --from rust-just@1.57.0 just functional
run: uvx --from rust-just@1.58.0 just functional
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
- name: Lint the code
run: uvx --from rust-just@1.57.0 just lint
run: uvx --from rust-just@1.58.0 just lint
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run unit tests
env:
UV_PYTHON: ${{ matrix.python-version }}
run: uvx --from rust-just@1.57.0 just unit
run: uvx --from rust-just@1.58.0 just unit
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gimmegit"
version = "3.0.2.dev0"
version = "3.0.2"
description = "A tool for cloning GitHub repos and creating branches."
authors = [
{ name = "Dave Wilding", email = "tech@dpw.me" },
Expand All @@ -9,7 +9,7 @@ license = "MIT"
license-files = ["LICENSE"]
requires-python = ">=3.10"
dependencies = [
"gitpython==3.1.57",
"gitpython==3.1.58",
"pre-commit==4.6.1",
"pygithub==2.9.1",
# Dependencies of PyGithub. Specified because of security advisories.
Expand All @@ -23,15 +23,15 @@ gimmegit = "gimmegit._cli:main"

[dependency-groups]
dev = [
"ruff==0.16.1",
"ruff==0.16.2",
"pytest==9.1.1",
"ty==0.0.65",
"ty==0.0.69",
"zizmor==1.29.0",
]

[build-system]
requires = [
"uv_build==0.12.1",
"uv_build==0.12.3",
]
build-backend = "uv_build"

Expand Down
2 changes: 1 addition & 1 deletion src/gimmegit/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.2.dev0"
__version__ = "3.0.2"
98 changes: 49 additions & 49 deletions uv.lock

Large diffs are not rendered by default.

Loading