Skip to content

Commit

Permalink
Update dep constraints (#239)
Browse files Browse the repository at this point in the history
* update dep constraints to fix dep issue

* update changelog

---------

Co-authored-by: Ramon <ramon.guimera@skyscanner.net>
  • Loading branch information
w0rmr1d3r and Ramon committed Sep 27, 2023
1 parent 95df9a1 commit 5fc89a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.

## [1.14.0]
### Additions
- `Config` includes a metrics logger and it is called to register when a filter is used
- `Config` includes a metrics logger, and it is called to register when a filter is used
### Fixes
- Update dependency constraints with `pydash`, to be able to support newer versions and fix security issues

## [1.13.2]
### Fixes
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# make freeze
#
Expand All @@ -12,7 +12,7 @@ jmespath==1.0.0
pluggy==0.13.1
pycfmodel==0.20.0
pydantic==1.9.0
pydash==4.7.6
pydash==6.0.0
python-dateutil==2.8.2
pyyaml==6.0
s3transfer==0.5.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@
"click>=8.0.0",
"pluggy~=0.13.1",
"pycfmodel>=0.20.0",
"pydash~=4.7.6",
"pydash>=4.7.6",
"PyYAML>=4.2b1",
]

Expand Down

0 comments on commit 5fc89a6

Please sign in to comment.