Skip to content

Commit e9d0970

Browse files
authored
Merge pull request #79 from capitalone/dev
Release v2024.4.0
2 parents ecf660d + 8ac71cd commit e9d0970

File tree

4 files changed

+12
-15
lines changed

4 files changed

+12
-15
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @fdosani @ak-gupta @NikhilJArora
1+
* @fdosani @ak-gupta @NikhilJArora @jdawang

edgetest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Package initialization."""
22

33

4-
__version__ = "2024.2.0"
4+
__version__ = "2024.4.0"
55

66
__title__ = "edgetest"
77
__description__ = "Bleeding edge dependency testing"

requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.9
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements.txt setup.cfg
66
#
7-
cerberus==1.3.4
7+
8+
cerberus==1.3.5
89
# via edgetest (setup.cfg)
9-
click==8.1.3
10+
click==8.1.7
1011
# via edgetest (setup.cfg)
11-
packaging==23.0
12+
packaging==24.0
1213
# via edgetest (setup.cfg)
13-
pluggy==1.0.0
14+
pluggy==1.4.0
1415
# via edgetest (setup.cfg)
1516
tabulate==0.9.0
1617
# via edgetest (setup.cfg)
1718
tomlkit==0.11.4
1819
# via edgetest (setup.cfg)
19-
20-
# The following packages are considered to be unsafe in a requirements file:
21-
# setuptools

setup.cfg

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,12 @@ classifiers =
3131
[options]
3232
zip_safe = False
3333
include_package_data = True
34-
packages = find:
3534
install_requires =
36-
Cerberus<=1.3.4,>=1.3.0
37-
click<=8.1.3,>=7.0
38-
pluggy<=1.0.0,>=1.0.0
35+
Cerberus<=1.3.5,>=1.3.0
36+
click<=8.1.7,>=7.0
37+
pluggy<=1.4.0,>=1.0.0
3938
tabulate<=0.9.0,>=0.8.9
40-
packaging<=23.0,>20.6
39+
packaging<=24.0,>20.6
4140
tomlkit<=0.11.4,>=0.11.4
4241

4342
[options.extras_require]

0 commit comments

Comments
 (0)