Skip to content

Commit 59002b3

Browse files
committed
Update setup.py
1 parent 28e43e5 commit 59002b3

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

setup.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"mock==4.0.3",
2626
"pretend==1.0.9",
2727
"coverage[toml]>=6.2",
28-
"pytest-cov==3.0.0",
29-
"pytest==7.0.1",
28+
"pytest-cov==5.0.0",
29+
"pytest==8.1.1",
3030
# Linting
3131
"isort==5.10.1",
3232
"flake8==4.0.1",
3333
"flake8-blind-except==0.2.0",
3434
"flake8-debugger==4.0.0",
3535
"flake8-imports==0.1.1",
36-
"mypy==0.931",
36+
"mypy==1.9.0",
3737
]
3838

3939

@@ -44,7 +44,7 @@
4444

4545
setup(
4646
name="commercetools",
47-
version="2024.3.15",
47+
version="2024.4.6",
4848
description="SDK for Commercetools",
4949
long_description=long_description,
5050
author="Lab Digital B.V.",
@@ -68,7 +68,8 @@
6868
"Programming Language :: Python :: 3.8",
6969
"Programming Language :: Python :: 3.9",
7070
"Programming Language :: Python :: 3.10",
71-
"Programming Language :: Python :: 3.10",
71+
"Programming Language :: Python :: 3.11",
72+
"Programming Language :: Python :: 3.12",
7273
"Programming Language :: Python :: Implementation :: CPython",
7374
],
7475
zip_safe=False,

0 commit comments

Comments
 (0)