File tree 4 files changed +12
-15
lines changed
4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
- * @ fdosani @ ak-gupta @ NikhilJArora
1
+ * @ fdosani @ ak-gupta @ NikhilJArora @ jdawang
Original file line number Diff line number Diff line change 1
1
"""Package initialization."""
2
2
3
3
4
- __version__ = "2024.2 .0"
4
+ __version__ = "2024.4 .0"
5
5
6
6
__title__ = "edgetest"
7
7
__description__ = "Bleeding edge dependency testing"
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.9
2
+ # This file is autogenerated by pip-compile with Python 3.10
3
3
# by the following command:
4
4
#
5
5
# pip-compile --output-file=requirements.txt setup.cfg
6
6
#
7
- cerberus == 1.3.4
7
+
8
+ cerberus == 1.3.5
8
9
# via edgetest (setup.cfg)
9
- click == 8.1.3
10
+ click == 8.1.7
10
11
# via edgetest (setup.cfg)
11
- packaging == 23 .0
12
+ packaging == 24 .0
12
13
# via edgetest (setup.cfg)
13
- pluggy == 1.0 .0
14
+ pluggy == 1.4 .0
14
15
# via edgetest (setup.cfg)
15
16
tabulate == 0.9.0
16
17
# via edgetest (setup.cfg)
17
18
tomlkit == 0.11.4
18
19
# via edgetest (setup.cfg)
19
-
20
- # The following packages are considered to be unsafe in a requirements file:
21
- # setuptools
Original file line number Diff line number Diff line change @@ -31,13 +31,12 @@ classifiers =
31
31
[options]
32
32
zip_safe = False
33
33
include_package_data = True
34
- packages = find:
35
34
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
39
38
tabulate<=0.9.0,>=0.8.9
40
- packaging<=23 .0,>20.6
39
+ packaging<=24 .0,>20.6
41
40
tomlkit<=0.11.4,>=0.11.4
42
41
43
42
[options.extras_require]
You can’t perform that action at this time.
0 commit comments