Skip to content

Commit 9aaebbd

Browse files
authored
Merge back to main (#38)
2 parents abbd4f4 + c1ff674 commit 9aaebbd

File tree

6 files changed

+22
-17
lines changed

6 files changed

+22
-17
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
- id: "black"
4848

4949
- repo: "https://github.com/pycqa/isort"
50-
rev: "7.0.0"
50+
rev: "8.0.0"
5151
hooks:
5252
- id: "isort"
5353

@@ -66,7 +66,7 @@ repos:
6666
- id: "editorconfig-checker"
6767

6868
- repo: "https://github.com/python-jsonschema/check-jsonschema"
69-
rev: "0.36.2"
69+
rev: "0.37.0"
7070
hooks:
7171
- id: "check-dependabot"
7272

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@ Please see the fragment files in the `changelog.d directory`_.
2626

2727
.. scriv-insert-here
2828
29+
.. _changelog-0.2.0:
30+
31+
0.2.0 - 2026-02-27
32+
==================
33+
34+
Added
35+
-----
36+
37+
* Implement an interactive ``gra init`` command to initialize a new repository.
38+
* Implement an interactive ``gra manage`` command to manage a repository.
39+
40+
Development
41+
-----------
42+
43+
* Add re-usable constructs for requesting single- and multi-value user selections.
44+
2945
.. _changelog-0.1.0:
3046

3147
0.1.0 - 2026-02-26

changelog.d/20260224_121813_derek_cli_config_management_sc_48273.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "globus-registered-api"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Manage Registered APIs in the Globus Flows service"
55
authors = [
66
{ name = "Kurt McKee", email = "support@globus.org" },

requirements/docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alabaster==1.0.0 ; python_version >= "3.10"
22
babel==2.18.0 ; python_version >= "3.10"
3-
certifi==2026.1.4 ; python_version >= "3.10"
3+
certifi==2026.2.25 ; python_version >= "3.10"
44
charset-normalizer==3.4.4 ; python_version >= "3.10"
55
colorama==0.4.6 ; python_version >= "3.10" and sys_platform == "win32"
66
docutils==0.21.2 ; python_version >= "3.10"

requirements/test/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
certifi==2026.1.4 ; python_version >= "3.10"
1+
certifi==2026.2.25 ; python_version >= "3.10"
22
charset-normalizer==3.4.4 ; python_version >= "3.10"
33
colorama==0.4.6 ; python_version >= "3.10" and sys_platform == "win32"
44
coverage==7.13.4 ; python_version >= "3.10"
@@ -12,7 +12,7 @@ pytest-randomly==4.0.1 ; python_version >= "3.10"
1212
pytest==9.0.2 ; python_version >= "3.10"
1313
pyyaml==6.0.3 ; python_version >= "3.10"
1414
requests==2.32.5 ; python_version >= "3.10"
15-
responses==0.25.8 ; python_version >= "3.10"
15+
responses==0.26.0 ; python_version >= "3.10"
1616
tomli==2.4.0 ; python_version >= "3.10" and python_full_version <= "3.11.0a6"
1717
typing-extensions==4.15.0 ; python_version == "3.10"
1818
urllib3==2.6.3 ; python_version >= "3.10"

0 commit comments

Comments
 (0)