Skip to content

Commit 69d376e

Browse files
authored
Merge pull request #2161 from alan-turing-institute/dependabot/pip/typer-0.12.5
⬆️ Bump typer from 0.12.4 to 0.12.5
2 parents d6358f9 + 75708d8 commit 69d376e

File tree

6 files changed

+59
-13
lines changed

6 files changed

+59
-13
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
name: Amend Dependabot PRs
3+
4+
on: # yamllint disable-line rule:truthy
5+
push:
6+
branches:
7+
- dependabot/pip/**
8+
pull_request:
9+
branches:
10+
- dependabot/pip/**
11+
workflow_dispatch: # allow this workflow to be manually triggered
12+
13+
# checkout needs 'contents:read'
14+
# pull request needs 'pull-requests:write' and 'contents:write'
15+
permissions:
16+
contents: write
17+
pull-requests: write
18+
19+
jobs:
20+
amend_dependabot_prs:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- name: Checkout code
24+
uses: actions/checkout@v4
25+
26+
- name: Setup Python
27+
uses: actions/setup-python@v5
28+
with:
29+
python-version: "3.12"
30+
31+
- name: Install hatch
32+
run: pip install hatch
33+
34+
- name: Update hatch requirements
35+
run: |
36+
rm .hatch/requirements*.txt
37+
hatch run true
38+
hatch -e docs run true
39+
hatch -e lint run true
40+
hatch -e test run true
41+
42+
- name: Commit changes
43+
uses: stefanzweifel/[email protected]
44+
with:
45+
commit_message: "[dependabot skip] :wrench: Update Python requirements files"
46+
branch: ${{ github.head_ref }}

.hatch/requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ docutils==0.21.2
3030
# sphinx-togglebutton
3131
emoji==2.12.1
3232
# via hatch.envs.docs
33-
idna==3.7
33+
idna==3.8
3434
# via requests
3535
imagesize==1.4.1
3636
# via sphinx

.hatch/requirements-lint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ansible-core==2.17.3
3636
# ansible-lint
3737
# molecule
3838
# pytest-ansible
39-
ansible-creator==24.7.1
39+
ansible-creator==24.8.0
4040
# via ansible-dev-tools
4141
ansible-dev-environment==24.7.0
4242
# via ansible-dev-tools
@@ -162,7 +162,7 @@ pathspec==0.12.1
162162
# ansible-lint
163163
# black
164164
# yamllint
165-
pbr==6.0.0
165+
pbr==6.1.0
166166
# via bindep
167167
pexpect==4.9.0
168168
# via ansible-runner
@@ -222,7 +222,7 @@ referencing==0.35.1
222222
# jsonschema-specifications
223223
resolvelib==1.0.1
224224
# via ansible-core
225-
rich==13.7.1
225+
rich==13.8.0
226226
# via
227227
# ansible-lint
228228
# enrich
@@ -275,7 +275,7 @@ wcmatch==9.0
275275
# molecule
276276
yamllint==1.35.1
277277
# via ansible-lint
278-
zipp==3.20.0
278+
zipp==3.20.1
279279
# via importlib-metadata
280280

281281
# The following packages are considered to be unsafe in a requirements file:

.hatch/requirements-test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This file is autogenerated by hatch-pip-compile with Python 3.12
33
#
4-
# [constraints] .hatch/requirements.txt (SHA256: c343379df562adfb8afb50de03a572532da0b429432e9ab3c3f2703c04c0f8aa)
4+
# [constraints] .hatch/requirements.txt (SHA256: b19ab9ee59eac52a338570d2169fec8b0e6537110fbf8852f03ee7a23c0399f5)
55
#
66
# - appdirs==1.4.4
77
# - azure-core==1.30.2
@@ -33,7 +33,7 @@
3333
# - pyyaml==6.0.2
3434
# - rich==13.7.1
3535
# - simple-acme-dns==3.1.0
36-
# - typer==0.12.4
36+
# - typer==0.12.5
3737
# - websocket-client==1.8.0
3838
# - coverage==7.5.4
3939
# - freezegun==1.5.1
@@ -212,7 +212,7 @@ grpcio==1.60.2
212212
# via
213213
# -c .hatch/requirements.txt
214214
# pulumi
215-
idna==3.7
215+
idna==3.8
216216
# via
217217
# -c .hatch/requirements.txt
218218
# requests
@@ -389,7 +389,7 @@ six==1.16.0
389389
# isodate
390390
# pulumi
391391
# python-dateutil
392-
typer==0.12.4
392+
typer==0.12.5
393393
# via
394394
# -c .hatch/requirements.txt
395395
# hatch.envs.test

.hatch/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# - pyyaml==6.0.2
3232
# - rich==13.7.1
3333
# - simple-acme-dns==3.1.0
34-
# - typer==0.12.4
34+
# - typer==0.12.5
3535
# - websocket-client==1.8.0
3636
#
3737

@@ -141,7 +141,7 @@ fqdn==1.5.1
141141
# via hatch.envs.default
142142
grpcio==1.60.2
143143
# via pulumi
144-
idna==3.7
144+
idna==3.8
145145
# via requests
146146
isodate==0.6.1
147147
# via
@@ -249,7 +249,7 @@ six==1.16.0
249249
# azure-core
250250
# isodate
251251
# pulumi
252-
typer==0.12.4
252+
typer==0.12.5
253253
# via hatch.envs.default
254254
typing-extensions==4.12.2
255255
# via

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"pyyaml==6.0.2",
4343
"rich==13.7.1",
4444
"simple-acme-dns==3.1.0",
45-
"typer==0.12.4",
45+
"typer==0.12.5",
4646
"websocket-client==1.8.0",
4747
]
4848

0 commit comments

Comments
 (0)