Skip to content

Commit

Permalink
Bump typeguard from 4.1.5 to 4.2.1 (#262)
Browse files Browse the repository at this point in the history
* Bump typeguard from 4.1.5 to 4.2.1

Bumps [typeguard](https://github.com/agronholm/typeguard) from 4.1.5 to 4.2.1.
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/typeguard@4.1.5...4.2.1)

---
updated-dependencies:
- dependency-name: typeguard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Update environment

* [dependabot skip] Update env file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyiron-runner <[email protected]>
  • Loading branch information
dependabot[bot] and pyiron-runner authored Apr 3, 2024
1 parent 5962bb4 commit ec8280a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- pympipool =0.7.13
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.1.5
- typeguard =4.2.1
- ase =3.22.1
- atomistics =0.1.23
- lammps
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pympipool =0.7.13
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.1.5
- typeguard =4.2.1
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dependencies:
- pympipool =0.7.13
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.1.5
- typeguard =4.2.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'pyiron_contrib==0.1.15',
'pympipool==0.7.13',
'toposort==1.10',
'typeguard==4.1.5',
'typeguard==4.2.1',
],
extras_require={
"node_library": [
Expand Down

0 comments on commit ec8280a

Please sign in to comment.