Skip to content

Commit

Permalink
Merge pull request #79 from capitalone/dev
Browse files Browse the repository at this point in the history
Release v2024.4.0
  • Loading branch information
fdosani authored Apr 19, 2024
2 parents ecf660d + 8ac71cd commit e9d0970
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @fdosani @ak-gupta @NikhilJArora
* @fdosani @ak-gupta @NikhilJArora @jdawang
2 changes: 1 addition & 1 deletion edgetest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Package initialization."""


__version__ = "2024.2.0"
__version__ = "2024.4.0"

__title__ = "edgetest"
__description__ = "Bleeding edge dependency testing"
Expand Down
14 changes: 6 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt setup.cfg
#
cerberus==1.3.4

cerberus==1.3.5
# via edgetest (setup.cfg)
click==8.1.3
click==8.1.7
# via edgetest (setup.cfg)
packaging==23.0
packaging==24.0
# via edgetest (setup.cfg)
pluggy==1.0.0
pluggy==1.4.0
# via edgetest (setup.cfg)
tabulate==0.9.0
# via edgetest (setup.cfg)
tomlkit==0.11.4
# via edgetest (setup.cfg)

# The following packages are considered to be unsafe in a requirements file:
# setuptools
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ classifiers =
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
Cerberus<=1.3.4,>=1.3.0
click<=8.1.3,>=7.0
pluggy<=1.0.0,>=1.0.0
Cerberus<=1.3.5,>=1.3.0
click<=8.1.7,>=7.0
pluggy<=1.4.0,>=1.0.0
tabulate<=0.9.0,>=0.8.9
packaging<=23.0,>20.6
packaging<=24.0,>20.6
tomlkit<=0.11.4,>=0.11.4

[options.extras_require]
Expand Down

0 comments on commit e9d0970

Please sign in to comment.