Skip to content

Commit

Permalink
Bump h-api
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Aug 18, 2023
1 parent bfe0fd9 commit 25a95df
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements/checkformatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ tomli==2.0.1
# via
# black
# build
# pep517
# pip-tools
typing-extensions==4.3.0
# via black
Expand Down
4 changes: 3 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ greenlet==2.0.2
# sqlalchemy
gunicorn==21.2.0
# via -r requirements/requirements.txt
h-api==1.0.2
h-api==1.1.0
# via -r requirements/requirements.txt
h-assets==1.0.5
# via -r requirements/requirements.txt
Expand All @@ -116,6 +116,7 @@ importlib-metadata==4.8.1
# -r requirements/requirements.txt
# alembic
# data-tasks
# h-api
# markdown
# pip-sync-faster
importlib-resources==6.0.1
Expand Down Expand Up @@ -287,6 +288,7 @@ pytz==2023.3
referencing==0.30.2
# via
# -r requirements/requirements.txt
# h-api
# jsonschema
# jsonschema-specifications
repoze-sendmail==4.3
Expand Down
1 change: 1 addition & 0 deletions requirements/format.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ tomli==2.0.0
# via
# black
# build
# pep517
# pip-tools
typing-extensions==3.10.0.1
# via black
Expand Down
4 changes: 3 additions & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ greenlet==2.0.2
# sqlalchemy
gunicorn==21.2.0
# via -r requirements/requirements.txt
h-api==1.0.2
h-api==1.1.0
# via -r requirements/requirements.txt
h-assets==1.0.5
# via -r requirements/requirements.txt
Expand All @@ -110,6 +110,7 @@ importlib-metadata==4.8.1
# -r requirements/requirements.txt
# alembic
# data-tasks
# h-api
# markdown
# pip-sync-faster
importlib-resources==6.0.1
Expand Down Expand Up @@ -267,6 +268,7 @@ pytz==2023.3
referencing==0.30.2
# via
# -r requirements/requirements.txt
# h-api
# jsonschema
# jsonschema-specifications
repoze-sendmail==4.3
Expand Down
4 changes: 3 additions & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ gunicorn==21.2.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
h-api==1.0.2
h-api==1.1.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down Expand Up @@ -176,6 +176,7 @@ importlib-metadata==4.8.1
# -r requirements/tests.txt
# alembic
# data-tasks
# h-api
# markdown
# pip-sync-faster
importlib-resources==6.0.1
Expand Down Expand Up @@ -418,6 +419,7 @@ referencing==0.30.2
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
# h-api
# jsonschema
# jsonschema-specifications
repoze-sendmail==4.3
Expand Down
4 changes: 3 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ greenlet==2.0.2
# sqlalchemy
gunicorn==21.2.0
# via -r requirements/requirements.in
h-api==1.0.2
h-api==1.1.0
# via -r requirements/requirements.in
h-assets==1.0.5
# via -r requirements/requirements.in
Expand All @@ -79,6 +79,7 @@ importlib-metadata==4.8.1
# via
# alembic
# data-tasks
# h-api
# markdown
importlib-resources==6.0.1
# via
Expand Down Expand Up @@ -193,6 +194,7 @@ pytz==2023.3
# via -r requirements/requirements.in
referencing==0.30.2
# via
# h-api
# jsonschema
# jsonschema-specifications
repoze-sendmail==4.3
Expand Down
4 changes: 3 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ greenlet==2.0.2
# sqlalchemy
gunicorn==21.2.0
# via -r requirements/requirements.txt
h-api==1.0.2
h-api==1.1.0
# via -r requirements/requirements.txt
h-assets==1.0.5
# via -r requirements/requirements.txt
Expand All @@ -115,6 +115,7 @@ importlib-metadata==4.8.1
# -r requirements/requirements.txt
# alembic
# data-tasks
# h-api
# markdown
# pip-sync-faster
importlib-resources==6.0.1
Expand Down Expand Up @@ -268,6 +269,7 @@ pytz==2023.3
referencing==0.30.2
# via
# -r requirements/requirements.txt
# h-api
# jsonschema
# jsonschema-specifications
repoze-sendmail==4.3
Expand Down

0 comments on commit 25a95df

Please sign in to comment.