Skip to content

Commit

Permalink
build(deps): update dython requirement from <=0.7.6 to <=0.7.7 in /re…
Browse files Browse the repository at this point in the history
…quirements (#2717)

build(deps): update dython requirement in /requirements

Updates the requirements on [dython](https://github.com/shakedzy/dython) to permit the latest version.
- [Release notes](https://github.com/shakedzy/dython/releases)
- [Changelog](https://github.com/shakedzy/dython/blob/master/CHANGELOG.md)
- [Commits](shakedzy/dython@0.1.0...v0.7.7)

---
updated-dependencies:
- dependency-name: dython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 8bce5d0 commit a31417c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/nominal_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

pandas >1.0.0, <=2.2.2 # cannot pin version due to numpy version incompatibility
dython <=0.7.6
dython <=0.7.7
scipy >1.0.0, <1.15.0 # cannot pin version due to some version conflicts with `oldest` CI configuration
statsmodels >0.13.5, <0.15.0

0 comments on commit a31417c

Please sign in to comment.