There was an error while loading. Please reload this page.
1 parent ca196d0 commit 1c97741Copy full SHA for 1c97741
3 files changed
CHANGES.rst
@@ -1,6 +1,12 @@
1
Releases History
2
================
3
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
+
10
2.1.1 (release 2025-11-25)
11
--------------------------
12
Changes:
ripe/atlas/cousteau/version.py
@@ -13,4 +13,4 @@
13
# You should have received a copy of the GNU General Public License
14
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15
16
-__version__ = "2.1.1"
+__version__ = "2.2.0"
setup.py
@@ -8,8 +8,8 @@
install_requires = [
"python-dateutil",
- "requests>=2.7.0",
- "websocket-client~=1.6.4",
+ "requests~=2.32.0",
+ "websocket-client~=1.9.0",
"typing-extensions",
]
0 commit comments