Skip to content

Commit a85f05d

Browse files
Merge remote-tracking branch 'origin/main' into release/1.10.0
2 parents bc9d8e3 + 37a5207 commit a85f05d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
version: 2.1
33
orbs:
4-
slack: circleci/slack@4.13.3
4+
slack: circleci/slack@4.15.0
55
ms-teams: cloudradar-monitoring/[email protected]
66
jobs:
77
ensure_formatting:

pyobas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.9.0"
2+
__version__ = "1.9.1"
33

44
from pyobas._version import ( # noqa: F401
55
__author__,

pyobas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__email__ = "[email protected]"
44
__license__ = "Apache 2.0"
55
__title__ = "python-openbas"
6-
__version__ = "1.9.0"
6+
__version__ = "1.9.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python-magic-bin~=0.4.14; sys_platform == 'win32'
66
python_json_logger~=2.0.4
77
PyYAML~=6.0
88
requests~=2.32.3
9-
setuptools~=70.0.0
9+
setuptools~=70.3.0
1010
cachetools~=5.5.0
1111
prometheus-client~=0.21.1
1212
opentelemetry-api~=1.28.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ install_requires =
4141
python_json_logger~=2.0.4
4242
PyYAML~=6.0
4343
requests~=2.32.3
44-
setuptools~=70.0.0
44+
setuptools~=70.3.0
4545
cachetools~=5.5.0
4646
prometheus-client~=0.21.1
4747
opentelemetry-api~=1.28.2

0 commit comments

Comments
 (0)