Skip to content

Commit 2813231

Browse files
Bump fasteners from 0.16.3 to 0.17.3 (#958)
* Bump fasteners from 0.16.3 to 0.17.3 Bumps [fasteners](https://github.com/harlowja/fasteners) from 0.16.3 to 0.17.3. - [Release notes](https://github.com/harlowja/fasteners/releases) - [Changelog](https://github.com/harlowja/fasteners/blob/master/CHANGELOG) - [Commits](harlowja/fasteners@0.16.3...0.17.3) --- updated-dependencies: - dependency-name: fasteners dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Remove fasteners pin from setup.py * Remove fasteners pin from windows_conda_dev.txt * Remove fasteners pin from environment.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Moore <[email protected]> Co-authored-by: jmoore <[email protected]>
1 parent 0da6f5e commit 2813231

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pip
99
- pip:
1010
- asciitree
11-
- fasteners == 0.16.3
11+
- fasteners
1212
- pytest
1313
- pytest-timeout
1414
- setuptools_scm

requirements_dev_minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# library requirements
22
asciitree==0.3.3
3-
fasteners==0.16.3
3+
fasteners==0.17.3
44
numcodecs==0.9.1
55
msgpack-python==0.5.6
66
setuptools-scm==6.4.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
dependencies = [
1010
'asciitree',
1111
'numpy>=1.7',
12-
'fasteners==0.16.3',
12+
'fasteners',
1313
'numcodecs>=0.6.4',
1414
]
1515

windows_conda_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage
2-
fasteners==0.16.3
2+
fasteners
33
flake8
44
monotonic
55
msgpack-python

0 commit comments

Comments
 (0)