Skip to content

Commit 1494e0b

Browse files
dsschultgithub-actions
andauthored
bump wipac-rest-tools (#280)
* bump wipac-rest-tools * <bot> update requirements-dev.txt * <bot> update requirements-monitoring.txt * <bot> update requirements.txt --------- Co-authored-by: github-actions <[email protected]>
1 parent 758c605 commit 1494e0b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'GitHub'
1+
name: 'Semantic Release'
22

33
on:
44
push:
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

lta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# is zero for an official release, positive for a development branch,
1010
# or negative for a release candidate or beta (after the base version
1111
# number has been incremented)
12-
__version__ = "0.42.0"
12+
__version__ = "0.41.33"
1313
version_info = (
1414
int(__version__.split(".")[0]),
1515
int(__version__.split(".")[1]),

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ wipac-dev-tools==1.9.1
190190
# lta (setup.py)
191191
# wipac-rest-tools
192192
# wipac-telemetry
193-
wipac-rest-tools==1.7.1
193+
wipac-rest-tools==1.7.2
194194
# via lta (setup.py)
195195
wipac-telemetry==0.3.0
196196
# via lta (setup.py)

requirements-monitoring.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ wipac-dev-tools==1.9.1
146146
# lta (setup.py)
147147
# wipac-rest-tools
148148
# wipac-telemetry
149-
wipac-rest-tools==1.7.1
149+
wipac-rest-tools==1.7.2
150150
# via lta (setup.py)
151151
wipac-telemetry==0.3.0
152152
# via lta (setup.py)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ wipac-dev-tools==1.9.1
123123
# lta (setup.py)
124124
# wipac-rest-tools
125125
# wipac-telemetry
126-
wipac-rest-tools==1.7.1
126+
wipac-rest-tools==1.7.2
127127
# via lta (setup.py)
128128
wipac-telemetry==0.3.0
129129
# via lta (setup.py)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ install_requires =
2727
pymongo
2828
tornado
2929
wipac-dev-tools
30-
wipac-rest-tools>=1.6
30+
wipac-rest-tools>=1.7.2
3131
wipac-telemetry
3232
python_requires = >=3.9, <3.13
3333
packages = find:

0 commit comments

Comments
 (0)