Skip to content

Commit

Permalink
Update packages (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic authored Aug 12, 2024
1 parent cdf2001 commit 5c3a1b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: curl -sSL https://get.wasp-lang.dev/installer.sh | sh

- name: Log in to the Container registry
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ lint = [
"types-Pygments",
"types-docutils",
"types-requests",
"mypy==1.10.1",
"mypy==1.11.1",
"black==24.4.2",
"isort>=5",
"ruff==0.5.4",
"pyupgrade-directories",
"bandit==1.7.9",
"semgrep==1.78.0",
"pre-commit==3.7.1",
"pre-commit==3.8.0",
"detect-secrets==1.5.0",
]

Expand Down Expand Up @@ -95,19 +95,19 @@ agents = [
"prisma==0.13.1",
"google-ads==24.1.0",
"httpx==0.27.0",
"uvicorn==0.30.1",
"uvicorn==0.30.5",
"python-dotenv==1.0.1",
"pyautogen[websurfer,websockets]==0.2.32",
"pandas>=2.1",
"fastcore==1.5.54",
"fastcore==1.6.7",
"asyncer==0.0.7",
"pydantic==2.8.2",
"tenacity==8.5.0",
"prometheus-client==0.20.0",
"opentelemetry-distro==0.46b0",
"opentelemetry-instrumentation-fastapi==0.46b0",
"opentelemetry-instrumentation-logging==0.46b0",
"opentelemetry-exporter-otlp==1.25.0",
"opentelemetry-distro==0.47b0",
"opentelemetry-instrumentation-fastapi==0.47b0",
"opentelemetry-instrumentation-logging==0.47b0",
"opentelemetry-exporter-otlp==1.26.0",
"openpyxl==3.1.5",
"aiofiles==24.1.0",
"fastagency@git+https://github.com/airtai/fastagencyapi.git@main",
Expand Down

0 comments on commit 5c3a1b0

Please sign in to comment.