Skip to content

Commit

Permalink
Merge branch 'master' into feat/slack-create-case-slash-command
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbreakpoint authored Oct 8, 2024
2 parents eca1e86 + aa1f44c commit eb15be7
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 109 deletions.
2 changes: 1 addition & 1 deletion requirements-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ starlette==0.32.0.post1
# starlette-testclient
starlette-testclient==0.2.0
# via schemathesis
statsmodels==0.14.3
statsmodels==0.14.4
# via -r requirements-base.in
tabulate==0.9.0
# via -r requirements-base.in
Expand Down
12 changes: 7 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ executing==2.0.1
# stack-data
factory-boy==3.3.1
# via -r requirements-dev.in
faker==30.0.0
faker==30.3.0
# via
# -r requirements-dev.in
# factory-boy
Expand All @@ -42,7 +42,7 @@ identify==2.5.33
# via pre-commit
iniconfig==2.0.0
# via pytest
ipython==8.27.0
ipython==8.28.0
# via -r requirements-dev.in
jedi==0.19.1
# via ipython
Expand Down Expand Up @@ -86,7 +86,7 @@ python-dateutil==2.9.0.post0
# via faker
pyyaml==6.0.1
# via pre-commit
ruff==0.6.8
ruff==0.6.9
# via -r requirements-dev.in
six==1.16.0
# via
Expand All @@ -99,10 +99,12 @@ traitlets==5.14.1
# ipython
# matplotlib-inline
typing-extensions==4.10.0
# via ipython
# via
# faker
# ipython
virtualenv==20.25.0
# via pre-commit
vulture==2.12
vulture==2.13
# via -r requirements-dev.in
wcwidth==0.2.12
# via prompt-toolkit
Expand Down
Loading

0 comments on commit eb15be7

Please sign in to comment.