Skip to content

Commit

Permalink
Bump typeguard from 4.3.0 to 4.4.1 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 55d4cf5 commit c8a0a4f
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 @@ -12,4 +12,4 @@ dependencies:
- pyiron_snippets =0.1.4
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.3.0
- typeguard =4.4.1
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
- pyiron_snippets =0.1.4
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.3.0
- typeguard =4.4.1
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dependencies:
- pyiron_snippets =0.1.4
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.3.0
- typeguard =4.4.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"pint==0.24.3",
"pyiron_snippets==0.1.4",
"toposort==1.10",
"typeguard==4.3.0",
"typeguard==4.4.1",
]
dynamic = [ "version",]
authors = [
Expand Down

0 comments on commit c8a0a4f

Please sign in to comment.