Skip to content

Commit 1c97741

Browse files
committed
v2.2.0 Upgrade dependencies
1 parent ca196d0 commit 1c97741

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Releases History
22
================
33

4+
2.2.0 (release 2025-12-08)
5+
--------------------------
6+
Changes:
7+
~~~~~~~~
8+
- Upgrade dependencies to requests~=2.32.0 and websocket-client~=1.9.0
9+
410
2.1.1 (release 2025-11-25)
511
--------------------------
612
Changes:

ripe/atlas/cousteau/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "2.1.1"
16+
__version__ = "2.2.0"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
install_requires = [
1010
"python-dateutil",
11-
"requests>=2.7.0",
12-
"websocket-client~=1.6.4",
11+
"requests~=2.32.0",
12+
"websocket-client~=1.9.0",
1313
"typing-extensions",
1414
]
1515

0 commit comments

Comments
 (0)